|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconvert.xml.dtd.om.Datatype
convert.xml.dtd.om.DatatypeRef
public class DatatypeRef
Field Summary |
---|
Fields inherited from class convert.xml.dtd.om.Datatype |
---|
CDATA, DATATYPE_REF, ENUM, NOTATION, TOKENIZED |
Constructor Summary | |
---|---|
DatatypeRef(java.lang.String name,
Datatype datatype)
|
Method Summary | |
---|---|
void |
accept(DatatypeVisitor visitor)
|
Datatype |
deref()
|
Datatype |
getDatatype()
|
java.lang.String |
getName()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatatypeRef(java.lang.String name, Datatype datatype)
Method Detail |
---|
public int getType()
getType
in class Datatype
public Datatype getDatatype()
public java.lang.String getName()
public void accept(DatatypeVisitor visitor) throws java.lang.Exception
accept
in class Datatype
java.lang.Exception
public Datatype deref()
deref
in class Datatype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |