convert.xml.dtd.om
Class AttributeGroup

java.lang.Object
  extended by convert.xml.dtd.om.AttributeGroup

public class AttributeGroup
extends java.lang.Object


Constructor Summary
AttributeGroup(AttributeGroupMember[] members)
           
 
Method Summary
 void accept(AttributeGroupVisitor visitor)
           
 AttributeGroupMember[] getMembers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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