Javax.Xml.Validation Namespace

Provides classes for validating XML documents against schemas.

Classes

Name Description
Schema

Immutable in-memory representation of grammar.

SchemaFactory

Factory that creates Schema objects. Entry-point to the validation API.

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 ValidatorHandler.

Validator

A processor that checks an XML document against Schema.

ValidatorHandler

Streaming validator that works on SAX stream.