Package com.thaiopensource.xml.dtd.om
Class NotationDatatype
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.Datatype
-
- com.thaiopensource.xml.dtd.om.EnumDatatype
-
- com.thaiopensource.xml.dtd.om.NotationDatatype
-
public class NotationDatatype extends EnumDatatype
-
-
Constructor Summary
Constructors Constructor Description NotationDatatype(EnumGroup enumGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(DatatypeVisitor visitor)intgetType()-
Methods inherited from class com.thaiopensource.xml.dtd.om.EnumDatatype
getEnumGroup
-
-
-
-
Constructor Detail
-
NotationDatatype
public NotationDatatype(EnumGroup enumGroup)
-
-
Method Detail
-
getType
public int getType()
- Overrides:
getTypein classEnumDatatype
-
accept
public void accept(DatatypeVisitor visitor) throws java.lang.Exception
- Overrides:
acceptin classEnumDatatype- Throws:
java.lang.Exception
-
-