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