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