convert.xml.dtd.om
Class NotationDatatype

java.lang.Object
  extended by convert.xml.dtd.om.Datatype
      extended by convert.xml.dtd.om.EnumDatatype
          extended by convert.xml.dtd.om.NotationDatatype

public class NotationDatatype
extends EnumDatatype


Field Summary
 
Fields inherited from class convert.xml.dtd.om.Datatype
CDATA, DATATYPE_REF, ENUM, NOTATION, TOKENIZED
 
Constructor Summary
NotationDatatype(EnumGroup enumGroup)
           
 
Method Summary
 void accept(DatatypeVisitor visitor)
           
 int getType()
           
 
Methods inherited from class convert.xml.dtd.om.EnumDatatype
getEnumGroup
 
Methods inherited from class convert.xml.dtd.om.Datatype
deref
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotationDatatype

public NotationDatatype(EnumGroup enumGroup)
Method Detail

getType

public int getType()
Overrides:
getType in class EnumDatatype

accept

public void accept(DatatypeVisitor visitor)
            throws java.lang.Exception
Overrides:
accept in class EnumDatatype
Throws:
java.lang.Exception