Package org.apache.xerces.impl.dtd
Class XMLElementDecl
- java.lang.Object
-
- org.apache.xerces.impl.dtd.XMLElementDecl
-
public class XMLElementDecl extends java.lang.Object
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
Fields Modifier and Type Field Description ContentModelValidator
contentModelValidator
contentModelValidatororg.apache.xerces.xni.QName
name
nameint
scope
scopeXMLSimpleType
simpleType
simpleTypeshort
type
typestatic short
TYPE_ANY
TYPE_ANYstatic short
TYPE_CHILDREN
TYPE_CHILDRENstatic short
TYPE_EMPTY
TYPE_EMPTYstatic short
TYPE_MIXED
TYPE_MIXEDstatic short
TYPE_SIMPLE
TYPE_SIMPLE
-
Constructor Summary
Constructors Constructor Description XMLElementDecl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
clearvoid
setValues(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
-
-