convert.xml.dtd.om
Class ElementRef

java.lang.Object
  extended by convert.xml.dtd.om.ModelGroup
      extended by convert.xml.dtd.om.ElementRef

public class ElementRef
extends ModelGroup


Field Summary
 
Fields inherited from class convert.xml.dtd.om.ModelGroup
ANY, CHOICE, ELEMENT_REF, MODEL_GROUP_REF, ONE_OR_MORE, OPTIONAL, PCDATA, SEQUENCE, ZERO_OR_MORE
 
Constructor Summary
ElementRef(NameSpec nameSpec)
           
 
Method Summary
 void accept(ModelGroupVisitor visitor)
           
 NameSpec getNameSpec()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementRef

public ElementRef(NameSpec nameSpec)
Method Detail

getType

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

getNameSpec

public NameSpec getNameSpec()

accept

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