Uses of Package
javax.xml.validation
Package | Description |
---|---|
javax.xml.parsers |
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
|
javax.xml.validation |
Provides an API for validation of XML documents.
|
-
Classes in javax.xml.validation used by javax.xml.parsers Class Description Schema Immutable in-memory representation of grammar. -
Classes in javax.xml.validation used by javax.xml.validation Class Description Schema Immutable in-memory representation of grammar.SchemaFactory Factory that createsSchema
objects.TypeInfoProvider This class provides access to the type information determined byValidatorHandler
.Validator A processor that checks an XML document againstSchema
.ValidatorHandler Streaming validator that works on SAX stream.