convert.xml.dtd.om
Class CdataDatatype

java.lang.Object
  extended by convert.xml.dtd.om.Datatype
      extended by convert.xml.dtd.om.CdataDatatype

public class CdataDatatype
extends Datatype


Field Summary
 
Fields inherited from class convert.xml.dtd.om.Datatype
CDATA, DATATYPE_REF, ENUM, NOTATION, TOKENIZED
 
Constructor Summary
CdataDatatype()
           
 
Method Summary
 void accept(DatatypeVisitor visitor)
           
 int getType()
           
 
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

CdataDatatype

public CdataDatatype()
Method Detail

getType

public int getType()
Specified by:
getType in class Datatype

accept

public void accept(DatatypeVisitor visitor)
            throws java.lang.Exception
Specified by:
accept in class Datatype
Throws:
java.lang.Exception