Uses of Class
convert.xml.dtd.om.AttributeGroup

Packages that use AttributeGroup
convert.xml.dtd.om   
 

Uses of AttributeGroup in convert.xml.dtd.om
 

Methods in convert.xml.dtd.om that return AttributeGroup
 AttributeGroup AttlistDecl.getAttributeGroup()
           
 AttributeGroup AttributeGroupDef.getAttributeGroup()
           
 AttributeGroup AttributeGroupRef.getAttributeGroup()
           
 

Methods in convert.xml.dtd.om with parameters of type AttributeGroup
 void TopLevelVisitor.attlistDecl(NameSpec nameSpec, AttributeGroup attributeGroup)
           
 void TopLevelVisitor.attributeGroupDef(java.lang.String name, AttributeGroup attributeGroup)
           
 void AttributeGroupVisitor.attributeGroupRef(java.lang.String name, AttributeGroup attributeGroup)
           
 

Constructors in convert.xml.dtd.om with parameters of type AttributeGroup
AttlistDecl(NameSpec elementNameSpec, AttributeGroup attributeGroup)
           
AttributeGroupDef(java.lang.String name, AttributeGroup attributeGroup)
           
AttributeGroupRef(java.lang.String name, AttributeGroup attributeGroup)