Uses of Class
org.apache.ws.commons.schema.XmlSchemaGroup
Packages that use XmlSchemaGroup
-
Uses of XmlSchemaGroup in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaGroupModifier and TypeFieldDescriptionprivate Map<QName, XmlSchemaGroup> XmlSchema.groupsprivate Map<QName, XmlSchemaGroup> XmlSchemaRedefine.groupsMethods in org.apache.ws.commons.schema that return XmlSchemaGroupModifier and TypeMethodDescriptionXmlSchema.getGroupByName(QName name) Retrieve a group by QName.protected XmlSchemaGroupXmlSchema.getGroupByName(QName name, boolean deep, Stack<XmlSchema> schemaStack) XmlSchemaCollection.getGroupByQName(QName name) private XmlSchemaGroupSchemaBuilder.handleGroup(XmlSchema schema, Element groupEl, Element schemaEl) Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaGroupModifier and TypeMethodDescriptionXmlSchema.getGroups()Return a map containing all the defined groups of this schema.XmlSchemaRedefine.getGroups()Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaGroupModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeGroup(Document doc, XmlSchemaGroup groupObj, XmlSchema schema) ********************************************************************* Element serializeGroup(Document doc, XmlSchemaGroup groupObj, XmlSchema schema) throws XmlSchemaSerializerException{ -
Uses of XmlSchemaGroup in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker that return XmlSchemaGroupModifier and TypeMethodDescriptionSchemasByNamespace.getGroupByName(QName aGroupName) Returns an XmlSchemaGroup with the given QName.