|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dtd.XMLElementDecl
Field Summary | |
ContentModelValidator |
contentModelValidator
contentModelValidator |
org.apache.xerces.xni.QName |
name
name |
int |
scope
scope |
XMLSimpleType |
simpleType
simpleType |
short |
type
type |
static short |
TYPE_ANY
TYPE_ANY |
static short |
TYPE_CHILDREN
TYPE_CHILDREN |
static short |
TYPE_EMPTY
TYPE_EMPTY |
static short |
TYPE_MIXED
TYPE_MIXED |
static short |
TYPE_SIMPLE
TYPE_SIMPLE |
Constructor Summary | |
XMLElementDecl()
|
Method Summary | |
void |
clear()
clear |
void |
setValues(org.apache.xerces.xni.QName name,
int scope,
short type,
ContentModelValidator contentModelValidator,
XMLSimpleType simpleType)
setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short TYPE_ANY
public static final short TYPE_EMPTY
public static final short TYPE_MIXED
public static final short TYPE_CHILDREN
public static final short TYPE_SIMPLE
public final org.apache.xerces.xni.QName name
public int scope
public short type
public ContentModelValidator contentModelValidator
public final XMLSimpleType simpleType
Constructor Detail |
public XMLElementDecl()
Method Detail |
public void setValues(org.apache.xerces.xni.QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
name
- scope
- type
- contentModelValidator
- simpleType
- public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |