Package com.thaiopensource.xml.dtd.om
Class IgnoredSection
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.TopLevel
-
- com.thaiopensource.xml.dtd.om.IgnoredSection
-
public class IgnoredSection extends TopLevel
-
-
Field Summary
-
Fields inherited from class com.thaiopensource.xml.dtd.om.TopLevel
ATTLIST_DECL, ATTRIBUTE_DEFAULT_DEF, ATTRIBUTE_GROUP_DEF, COMMENT, DATATYPE_DEF, ELEMENT_DECL, ENUM_GROUP_DEF, EXTERNAL_ENTITY_DECL, EXTERNAL_ID_DEF, EXTERNAL_ID_REF, FLAG_DEF, IGNORED_SECTION, INCLUDED_SECTION, INTERNAL_ENTITY_DECL, MODEL_GROUP_DEF, NAME_SPEC_DEF, NOTATION_DECL, OVERRIDDEN_DEF, PARAM_DEF, PROCESSING_INSTRUCTION
-
-
Constructor Summary
Constructors Constructor Description IgnoredSection(Flag flag, java.lang.String contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TopLevelVisitor visitor)java.lang.StringgetContents()FlaggetFlag()intgetType()
-
-
-
Constructor Detail
-
IgnoredSection
public IgnoredSection(Flag flag, java.lang.String contents)
-
-
Method Detail
-
getFlag
public Flag getFlag()
-
getContents
public java.lang.String getContents()
-
accept
public void accept(TopLevelVisitor visitor) throws java.lang.Exception
-
-