Package com.thaiopensource.xml.dtd.om
Class AttributeGroupRef
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.AttributeGroupMember
-
- com.thaiopensource.xml.dtd.om.AttributeGroupRef
-
public class AttributeGroupRef extends AttributeGroupMember
-
-
Field Summary
-
Fields inherited from class com.thaiopensource.xml.dtd.om.AttributeGroupMember
ATTRIBUTE, ATTRIBUTE_GROUP_REF
-
-
Constructor Summary
Constructors Constructor Description AttributeGroupRef(java.lang.String name, AttributeGroup attributeGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(AttributeGroupVisitor visitor)AttributeGroupgetAttributeGroup()java.lang.StringgetName()intgetType()
-
-
-
Constructor Detail
-
AttributeGroupRef
public AttributeGroupRef(java.lang.String name, AttributeGroup attributeGroup)
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getTypein classAttributeGroupMember
-
getAttributeGroup
public AttributeGroup getAttributeGroup()
-
getName
public java.lang.String getName()
-
accept
public void accept(AttributeGroupVisitor visitor) throws java.lang.Exception
- Specified by:
acceptin classAttributeGroupMember- Throws:
java.lang.Exception
-
-