Package com.thaiopensource.xml.dtd.om
Class TopLevel
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.TopLevel
-
- Direct Known Subclasses:
AttlistDecl,Comment,Def,ElementDecl,ExternalEntityDecl,ExternalIdRef,IgnoredSection,IncludedSection,InternalEntityDecl,NotationDecl,OverriddenDef,ProcessingInstruction
public abstract class TopLevel extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intATTLIST_DECLstatic intATTRIBUTE_DEFAULT_DEFstatic intATTRIBUTE_GROUP_DEFstatic intCOMMENTstatic intDATATYPE_DEFstatic intELEMENT_DECLstatic intENUM_GROUP_DEFstatic intEXTERNAL_ENTITY_DECLstatic intEXTERNAL_ID_DEFstatic intEXTERNAL_ID_REFstatic intFLAG_DEFstatic intIGNORED_SECTIONstatic intINCLUDED_SECTIONstatic intINTERNAL_ENTITY_DECLstatic intMODEL_GROUP_DEFstatic intNAME_SPEC_DEFstatic intNOTATION_DECLstatic intOVERRIDDEN_DEFstatic intPARAM_DEFstatic intPROCESSING_INSTRUCTION
-
Constructor Summary
Constructors Constructor Description TopLevel()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaccept(TopLevelVisitor visitor)abstract intgetType()
-
-
-
Field Detail
-
ELEMENT_DECL
public static final int ELEMENT_DECL
- See Also:
- Constant Field Values
-
ATTLIST_DECL
public static final int ATTLIST_DECL
- See Also:
- Constant Field Values
-
PROCESSING_INSTRUCTION
public static final int PROCESSING_INSTRUCTION
- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
-
NOTATION_DECL
public static final int NOTATION_DECL
- See Also:
- Constant Field Values
-
MODEL_GROUP_DEF
public static final int MODEL_GROUP_DEF
- See Also:
- Constant Field Values
-
ATTRIBUTE_GROUP_DEF
public static final int ATTRIBUTE_GROUP_DEF
- See Also:
- Constant Field Values
-
DATATYPE_DEF
public static final int DATATYPE_DEF
- See Also:
- Constant Field Values
-
ENUM_GROUP_DEF
public static final int ENUM_GROUP_DEF
- See Also:
- Constant Field Values
-
FLAG_DEF
public static final int FLAG_DEF
- See Also:
- Constant Field Values
-
INCLUDED_SECTION
public static final int INCLUDED_SECTION
- See Also:
- Constant Field Values
-
IGNORED_SECTION
public static final int IGNORED_SECTION
- See Also:
- Constant Field Values
-
INTERNAL_ENTITY_DECL
public static final int INTERNAL_ENTITY_DECL
- See Also:
- Constant Field Values
-
EXTERNAL_ENTITY_DECL
public static final int EXTERNAL_ENTITY_DECL
- See Also:
- Constant Field Values
-
NAME_SPEC_DEF
public static final int NAME_SPEC_DEF
- See Also:
- Constant Field Values
-
OVERRIDDEN_DEF
public static final int OVERRIDDEN_DEF
- See Also:
- Constant Field Values
-
EXTERNAL_ID_DEF
public static final int EXTERNAL_ID_DEF
- See Also:
- Constant Field Values
-
EXTERNAL_ID_REF
public static final int EXTERNAL_ID_REF
- See Also:
- Constant Field Values
-
PARAM_DEF
public static final int PARAM_DEF
- See Also:
- Constant Field Values
-
ATTRIBUTE_DEFAULT_DEF
public static final int ATTRIBUTE_DEFAULT_DEF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public abstract int getType()
-
accept
public abstract void accept(TopLevelVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-