| Interface | Description |
|---|---|
| BindingFactory |
Binding factory interface definition.
|
| MappedElement |
Interface implemented by all classes corresponding to schema global <element> definitions.
|
| MappedStructure |
Interface implemented by all classes corresponding to global schema definitions and <complexType> definitions
(global or nested).
|
| MappedType |
Interface implemented by all classes corresponding to global <complexType> definitions when type substitution is
enabled.
|
| TrackSource |
Unmarshalling source tracking interface.
|
| XmlReader |
XML reader interface used for input to the unmarshalling code.
|
| XmlWriter |
XML writer interface used for output of marshalled document.
|
| Class | Description |
|---|---|
| ProblemLocation |
Location of validation problem.
|
| SchemaValidationContext |
Tracks the schema validation state.
|
| ValidationContext |
Tracks the schema validation state.
|
| ValidationProblem |
Problem reported by validation.
|