| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Method and Description |
|---|---|
(package private) XmlSchemaDocumentation |
SchemaBuilder.handleDocumentation(org.w3c.dom.Element content) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeDocumentation(org.w3c.dom.Document doc,
XmlSchemaDocumentation documentationObj,
XmlSchema schema)
********************************************************************* Element
serializeDocumentation(Document doc,XmlSchemaDocumentation documentationObj, XmlSchema schema){
Each member of complex type will be appended and pass the element created.
|