public class

XMLElementDecl

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.dtd.XMLElementDecl

Class Overview

@xerces.internal

Summary

Constants
short TYPE_ANY TYPE_ANY
short TYPE_CHILDREN TYPE_CHILDREN
short TYPE_EMPTY TYPE_EMPTY
short TYPE_MIXED TYPE_MIXED
short TYPE_SIMPLE TYPE_SIMPLE
Fields
public ContentModelValidator contentModelValidator contentModelValidator
public final QName name name
public int scope scope
public final XMLSimpleType simpleType simpleType
public short type type
Public Constructors
XMLElementDecl()
Public Methods
void clear()
clear
void setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
setValues
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short TYPE_ANY

TYPE_ANY

Constant Value: 0 (0x00000000)

public static final short TYPE_CHILDREN

TYPE_CHILDREN

Constant Value: 3 (0x00000003)

public static final short TYPE_EMPTY

TYPE_EMPTY

Constant Value: 1 (0x00000001)

public static final short TYPE_MIXED

TYPE_MIXED

Constant Value: 2 (0x00000002)

public static final short TYPE_SIMPLE

TYPE_SIMPLE

Constant Value: 4 (0x00000004)

Fields

public ContentModelValidator contentModelValidator

contentModelValidator

public final QName name

name

public int scope

scope

public final XMLSimpleType simpleType

simpleType

public short type

type

Public Constructors

public XMLElementDecl ()

Public Methods

public void clear ()

clear

public void setValues (QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)

setValues