Package com.thaiopensource.xml.dtd.om
Class ElementRef
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.ModelGroup
-
- com.thaiopensource.xml.dtd.om.ElementRef
-
public class ElementRef extends ModelGroup
-
-
Field Summary
-
Fields inherited from class com.thaiopensource.xml.dtd.om.ModelGroup
ANY, CHOICE, ELEMENT_REF, MODEL_GROUP_REF, ONE_OR_MORE, OPTIONAL, PCDATA, SEQUENCE, ZERO_OR_MORE
-
-
Constructor Summary
Constructors Constructor Description ElementRef(NameSpec nameSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ModelGroupVisitor visitor)NameSpecgetNameSpec()intgetType()
-
-
-
Constructor Detail
-
ElementRef
public ElementRef(NameSpec nameSpec)
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getTypein classModelGroup
-
getNameSpec
public NameSpec getNameSpec()
-
accept
public void accept(ModelGroupVisitor visitor) throws java.lang.Exception
- Specified by:
acceptin classModelGroup- Throws:
java.lang.Exception
-
-