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