convert.xml.dtd.om
Class AttributeGroupRef

java.lang.Object
  extended by convert.xml.dtd.om.AttributeGroupMember
      extended by convert.xml.dtd.om.AttributeGroupRef

public class AttributeGroupRef
extends AttributeGroupMember


Field Summary
 
Fields inherited from class convert.xml.dtd.om.AttributeGroupMember
ATTRIBUTE, ATTRIBUTE_GROUP_REF
 
Constructor Summary
AttributeGroupRef(java.lang.String name, AttributeGroup attributeGroup)
           
 
Method Summary
 void accept(AttributeGroupVisitor visitor)
           
 AttributeGroup getAttributeGroup()
           
 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

AttributeGroupRef

public AttributeGroupRef(java.lang.String name,
                         AttributeGroup attributeGroup)
Method Detail

getType

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

getAttributeGroup

public AttributeGroup getAttributeGroup()

getName

public java.lang.String getName()

accept

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