Javax.Xml.Validation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes for validating XML documents against schemas.
Classes
| Name | Description |
|---|---|
| Schema |
Immutable in-memory representation of grammar. |
| SchemaFactory |
Factory that creates |
| SchemaFactoryLoader |
This compatibility class was removed from JAXP 1.3 before finalization and should not be used by applications. |
| TypeInfoProvider |
This class provides access to the type information determined
by |
| Validator |
A processor that checks an XML document against |
| ValidatorHandler |
Streaming validator that works on SAX stream. |