| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaComplexContentExtension
Class for complex types with a complex content model derived by extension.
|
class |
XmlSchemaComplexContentRestriction
Class for complex types with a complex content model that are derived by restriction.
|
class |
XmlSchemaSimpleContentExtension
Class for simple types that are derived by extension.
|
class |
XmlSchemaSimpleContentRestriction
Class for simple types that are derived by restriction.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) XmlSchemaContent |
XmlSchemaComplexContent.content |
(package private) XmlSchemaContent |
XmlSchemaSimpleContent.content |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaContent |
XmlSchemaComplexContent.getContent() |
abstract XmlSchemaContent |
XmlSchemaContentModel.getContent() |
XmlSchemaContent |
XmlSchemaSimpleContent.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaComplexContent.setContent(XmlSchemaContent content) |
abstract void |
XmlSchemaContentModel.setContent(XmlSchemaContent content) |
void |
XmlSchemaSimpleContent.setContent(XmlSchemaContent content) |
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlSchemaScope.walk(boolean isMixed,
XmlSchemaContent content) |