Package org.apache.xerces.impl.dtd
Class XMLElementDecl
java.lang.Object
org.apache.xerces.impl.dtd.XMLElementDecl
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLElementDecl.java 699892 2008-09-28 21:08:27Z mrglavas $
-
Field Summary
FieldsModifier and TypeFieldDescriptioncontentModelValidatorfinal org.apache.xerces.xni.QName
nameint
scopefinal XMLSimpleType
simpleTypeshort
typestatic final short
TYPE_ANYstatic final short
TYPE_CHILDRENstatic final short
TYPE_EMPTYstatic final short
TYPE_MIXEDstatic final short
TYPE_SIMPLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clearvoid
setValues
(org.apache.xerces.xni.QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType) setValues
-
Field Details
-
TYPE_ANY
public static final short TYPE_ANYTYPE_ANY- See Also:
-
TYPE_EMPTY
public static final short TYPE_EMPTYTYPE_EMPTY- See Also:
-
TYPE_MIXED
public static final short TYPE_MIXEDTYPE_MIXED- See Also:
-
TYPE_CHILDREN
public static final short TYPE_CHILDRENTYPE_CHILDREN- See Also:
-
TYPE_SIMPLE
public static final short TYPE_SIMPLETYPE_SIMPLE- See Also:
-
name
public final org.apache.xerces.xni.QName namename -
scope
public int scopescope -
type
public short typetype -
contentModelValidator
contentModelValidator -
simpleType
simpleType
-
-
Constructor Details
-
XMLElementDecl
public XMLElementDecl()
-
-
Method Details
-
setValues
public void setValues(org.apache.xerces.xni.QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType) setValues- Parameters:
name
-scope
-type
-contentModelValidator
-simpleType
-
-
clear
public void clear()clear
-