| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<javax.xml.namespace.QName,XmlSchemaGroup> |
XmlSchemaRedefine.groups |
private java.util.Map<javax.xml.namespace.QName,XmlSchemaGroup> |
XmlSchema.groups |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaGroup |
XmlSchema.getGroupByName(javax.xml.namespace.QName name)
Retrieve a group by QName.
|
protected XmlSchemaGroup |
XmlSchema.getGroupByName(javax.xml.namespace.QName name,
boolean deep,
java.util.Stack<XmlSchema> schemaStack) |
XmlSchemaGroup |
XmlSchemaCollection.getGroupByQName(javax.xml.namespace.QName name) |
private XmlSchemaGroup |
SchemaBuilder.handleGroup(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,XmlSchemaGroup> |
XmlSchemaRedefine.getGroups() |
java.util.Map<javax.xml.namespace.QName,XmlSchemaGroup> |
XmlSchema.getGroups()
Return a map containing all the defined groups of this schema.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeGroup(org.w3c.dom.Document doc,
XmlSchemaGroup groupObj,
XmlSchema schema)
********************************************************************* Element serializeGroup(Document
doc, XmlSchemaGroup groupObj, XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|