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

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

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

Methods in org.apache.ws.commons.schema that return XmlSchemaGroup
 XmlSchemaGroup XmlSchema.getGroupByName(QName name)
          Retrieve a group by QName.
protected  XmlSchemaGroup XmlSchema.getGroupByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
 XmlSchemaGroup XmlSchemaCollection.getGroupByQName(QName name)
           
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaGroup
 Map<QName,XmlSchemaGroup> XmlSchemaRedefine.getGroups()
           
 Map<QName,XmlSchemaGroup> XmlSchema.getGroups()
          Return a map containing all the defined groups of this schema.
 



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