|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dtd.XMLElementDecl
public class XMLElementDecl
Field Summary | |
---|---|
ContentModelValidator |
contentModelValidator
contentModelValidator |
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(QName name,
int scope,
short type,
ContentModelValidator contentModelValidator,
XMLSimpleType simpleType)
setValues |
Methods inherited from class java.lang.Object |
---|
equals, 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 QName name
public int scope
public short type
public ContentModelValidator contentModelValidator
public final XMLSimpleType simpleType
Constructor Detail |
---|
public XMLElementDecl()
Method Detail |
---|
public void setValues(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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |