| Interface | Description |
|---|---|
| XmlSchemaValidationManager |
Interface to a bus extension which can validate a collection of XML schemas.
|
| Class | Description |
|---|---|
| LSInputImpl |
LSInput implementation that can be used in
custom LSResourceResolver implementations for getting
schema import and include references resolved.
|
| SchemaCollection |
Wrapper class for XmlSchemaCollection that deals with various quirks and bugs.
|
| XmlSchemaConstants |
This class holds constants related to XML Schema.
|
| XmlSchemaUtils |
Some functions that avoid problems with Commons XML Schema.
|
| Exception | Description |
|---|---|
| InvalidXmlSchemaReferenceException |
Exception thrown when we detect an attempt to set an impossible XML Schema reference.
|
| UnsupportedConstruct |
This exception is thrown when the Javascript client generator hits a schema
construct that it cannot handle.
|
| XmlSchemaInvalidOperation |
Very simple exception class used to detect internal errors.
|
Apache CXF