| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaGroupRef |
SchemaBuilder.handleGroupRef(XmlSchema schema,
org.w3c.dom.Element groupEl,
org.w3c.dom.Element schemaEl) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeGroupRef(org.w3c.dom.Document doc,
XmlSchemaGroupRef groupRefObj,
XmlSchema schema)
********************************************************************* Element
serializeGroupRef(Document doc, XmlSchemaGroupRef groupRefObj, XmlSchema schema) throws
XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|