Package com.thaiopensource.xml.dtd.om
Class AttributeGroup
- java.lang.Object
-
- com.thaiopensource.xml.dtd.om.AttributeGroup
-
public class AttributeGroup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttributeGroup(AttributeGroupMember[] members)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(AttributeGroupVisitor visitor)AttributeGroupMember[]getMembers()
-
-
-
Constructor Detail
-
AttributeGroup
public AttributeGroup(AttributeGroupMember[] members)
-
-
Method Detail
-
getMembers
public AttributeGroupMember[] getMembers()
-
accept
public void accept(AttributeGroupVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-