| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaSimpleContentRestriction |
SchemaBuilder.handleSimpleContentRestriction(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.serializeSimpleContentRestriction(org.w3c.dom.Document doc,
XmlSchemaSimpleContentRestriction restrictionObj,
XmlSchema schema)
********************************************************************* Element
serializeSimpleContentRestriction(Document doc, XmlSchemaSimpleContentRestriction restrictionObj,
XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|