convert.xml.dtd.om
Class Datatype
java.lang.Object
convert.xml.dtd.om.Datatype
- Direct Known Subclasses:
- CdataDatatype, DatatypeRef, EnumDatatype, TokenizedDatatype
public abstract class Datatype
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Datatype
public Datatype()
getType
public abstract int getType()
accept
public abstract void accept(DatatypeVisitor visitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
deref
public Datatype deref()