Package org.apache.xerces.impl.dtd
Class XMLElementDecl
- java.lang.Object
-
- org.apache.xerces.impl.dtd.XMLElementDecl
-
public class XMLElementDecl extends java.lang.ObjectINTERNAL:
- 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
Fields Modifier and Type Field Description ContentModelValidatorcontentModelValidatorcontentModelValidatororg.apache.xerces.xni.QNamenamenameintscopescopeXMLSimpleTypesimpleTypesimpleTypeshorttypetypestatic shortTYPE_ANYTYPE_ANYstatic shortTYPE_CHILDRENTYPE_CHILDRENstatic shortTYPE_EMPTYTYPE_EMPTYstatic shortTYPE_MIXEDTYPE_MIXEDstatic shortTYPE_SIMPLETYPE_SIMPLE
-
Constructor Summary
Constructors Constructor Description XMLElementDecl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()clearvoidsetValues(org.apache.xerces.xni.QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)setValues
-
-
-
Field Detail
-
TYPE_ANY
public static final short TYPE_ANY
TYPE_ANY- See Also:
- Constant Field Values
-
TYPE_EMPTY
public static final short TYPE_EMPTY
TYPE_EMPTY- See Also:
- Constant Field Values
-
TYPE_MIXED
public static final short TYPE_MIXED
TYPE_MIXED- See Also:
- Constant Field Values
-
TYPE_CHILDREN
public static final short TYPE_CHILDREN
TYPE_CHILDREN- See Also:
- Constant Field Values
-
TYPE_SIMPLE
public static final short TYPE_SIMPLE
TYPE_SIMPLE- See Also:
- Constant Field Values
-
name
public final org.apache.xerces.xni.QName name
name
-
scope
public int scope
scope
-
type
public short type
type
-
contentModelValidator
public ContentModelValidator contentModelValidator
contentModelValidator
-
simpleType
public final XMLSimpleType simpleType
simpleType
-
-
Method Detail
-
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
-
-