Uses of Class
org.apache.ws.commons.schema.XmlSchemaAttributeGroup

Packages that use XmlSchemaAttributeGroup
org.apache.ws.commons.schema   
 

Uses of XmlSchemaAttributeGroup in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaAttributeGroup
 XmlSchemaAttributeGroup XmlSchema.getAttributeGroupByName(QName name)
          Retrieve an attribute group by QName.
protected  XmlSchemaAttributeGroup XmlSchema.getAttributeGroupByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
 XmlSchemaAttributeGroup XmlSchemaCollection.getAttributeGroupByQName(QName name)
           
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaAttributeGroup
 Map<QName,XmlSchemaAttributeGroup> XmlSchemaRedefine.getAttributeGroups()
           
 Map<QName,XmlSchemaAttributeGroup> XmlSchema.getAttributeGroups()
          Return a map containing all the defined attribute groups of this schema.
 XmlSchemaRef<XmlSchemaAttributeGroup> XmlSchemaAttributeGroupRef.getRef()
          Return the reference object.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.