Package com.thaiopensource.xml.dtd.om
Class Datatype
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.Datatype
-
- Direct Known Subclasses:
CdataDatatype,DatatypeRef,EnumDatatype,TokenizedDatatype
public abstract class Datatype extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCDATAstatic intDATATYPE_REFstatic intENUMstatic intNOTATIONstatic intTOKENIZED
-
Constructor Summary
Constructors Constructor Description Datatype()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaccept(DatatypeVisitor visitor)Datatypederef()abstract intgetType()
-
-
-
Field Detail
-
CDATA
public static final int CDATA
- See Also:
- Constant Field Values
-
TOKENIZED
public static final int TOKENIZED
- See Also:
- Constant Field Values
-
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
-
NOTATION
public static final int NOTATION
- See Also:
- Constant Field Values
-
DATATYPE_REF
public static final int DATATYPE_REF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public abstract int getType()
-
accept
public abstract void accept(DatatypeVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
deref
public Datatype deref()
-
-