| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Method and Description |
|---|---|
(package private) XmlSchemaComplexType |
SchemaBuilder.handleComplexType(XmlSchema schema,
org.w3c.dom.Element complexEl,
org.w3c.dom.Element schemaEl,
boolean topLevel)
Handle complex types
|
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeComplexType(org.w3c.dom.Document doc,
XmlSchemaComplexType complexTypeObj,
XmlSchema schema)
********************************************************************* Element
serializeComplexType(Document doc, XmlSchemaComplexType complexTypeObj, XmlSchema schema) throws
XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlSchemaScope.walk(XmlSchemaComplexType complexType) |