| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<javax.xml.namespace.QName,XmlSchemaAttributeGroup> |
XmlSchemaRedefine.attributeGroups |
private java.util.Map<javax.xml.namespace.QName,XmlSchemaAttributeGroup> |
XmlSchema.attributeGroups |
private XmlSchemaRef<XmlSchemaAttributeGroup> |
XmlSchemaAttributeGroupRef.ref |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAttributeGroup |
XmlSchema.getAttributeGroupByName(javax.xml.namespace.QName name)
Retrieve an attribute group by QName.
|
protected XmlSchemaAttributeGroup |
XmlSchema.getAttributeGroupByName(javax.xml.namespace.QName name,
boolean deep,
java.util.Stack<XmlSchema> schemaStack) |
XmlSchemaAttributeGroup |
XmlSchemaCollection.getAttributeGroupByQName(javax.xml.namespace.QName name) |
private XmlSchemaAttributeGroup |
SchemaBuilder.handleAttributeGroup(XmlSchema schema,
org.w3c.dom.Element groupEl,
org.w3c.dom.Element schemaEl) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<javax.xml.namespace.QName,XmlSchemaAttributeGroup> |
XmlSchemaRedefine.getAttributeGroups() |
java.util.Map<javax.xml.namespace.QName,XmlSchemaAttributeGroup> |
XmlSchema.getAttributeGroups()
Return a map containing all the defined attribute groups of this schema.
|
XmlSchemaRef<XmlSchemaAttributeGroup> |
XmlSchemaAttributeGroupRef.getRef()
Return the reference object.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeAttributeGroup(org.w3c.dom.Document doc,
XmlSchemaAttributeGroup attributeGroupObj,
XmlSchema schema)
********************************************************************* Element
serializeAttributeGroup(Document doc, XmlSchemaAttributeGroup attributeGroupObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.ArrayList<XmlSchemaAttrInfo> |
XmlSchemaScope.getAttributesOf(XmlSchemaAttributeGroup attrGroup) |