Uses of Class
org.apache.ws.commons.schema.XmlSchemaAttributeGroup
Packages that use XmlSchemaAttributeGroup
-
Uses of XmlSchemaAttributeGroup in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaAttributeGroupModifier and TypeFieldDescriptionprivate Map<QName, XmlSchemaAttributeGroup> XmlSchema.attributeGroupsprivate Map<QName, XmlSchemaAttributeGroup> XmlSchemaRedefine.attributeGroupsprivate XmlSchemaRef<XmlSchemaAttributeGroup> XmlSchemaAttributeGroupRef.refMethods in org.apache.ws.commons.schema that return XmlSchemaAttributeGroupModifier and TypeMethodDescriptionXmlSchema.getAttributeGroupByName(QName name) Retrieve an attribute group by QName.protected XmlSchemaAttributeGroupXmlSchema.getAttributeGroupByName(QName name, boolean deep, Stack<XmlSchema> schemaStack) XmlSchemaCollection.getAttributeGroupByQName(QName name) private XmlSchemaAttributeGroupSchemaBuilder.handleAttributeGroup(XmlSchema schema, Element groupEl, Element schemaEl) Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaAttributeGroupModifier and TypeMethodDescriptionXmlSchema.getAttributeGroups()Return a map containing all the defined attribute groups of this schema.XmlSchemaRedefine.getAttributeGroups()XmlSchemaAttributeGroupRef.getRef()Return the reference object.Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaAttributeGroupModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeAttributeGroup(Document doc, XmlSchemaAttributeGroup attributeGroupObj, XmlSchema schema) ********************************************************************* Element serializeAttributeGroup(Document doc, XmlSchemaAttributeGroup attributeGroupObj, XmlSchema schema) throws XmlSchemaSerializerException{ -
Uses of XmlSchemaAttributeGroup in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker that return XmlSchemaAttributeGroupModifier and TypeMethodDescriptionSchemasByNamespace.getAttributeGroupByName(QName aAGName) Returns an XmlSchemaAttributeGroup with the given QName.Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttributeGroupModifier and TypeMethodDescriptionprivate ArrayList<XmlSchemaAttrInfo> XmlSchemaScope.getAttributesOf(XmlSchemaAttributeGroup attrGroup)