Class XMLElementDecl
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.XMLElementDecl
-
public class XMLElementDecl extends Object
- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description ContentModelValidator
contentModelValidator
contentModelValidatorQName
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(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 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(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
setValues- Parameters:
name
-scope
-type
-contentModelValidator
-simpleType
-
-
clear
public void clear()
clear
-
-