Package com.thaiopensource.relaxng

Provides a SAX-based API for validating XML documents using RELAX NG.

See:
          Description

Interface Summary
Schema A schema that can be used to validate an XML document.
ValidatorHandler A SAX 2 content handler that validates the content it receives.
XMLReaderCreator A factory for XMLReaders.
 

Class Summary
AbstractSchema A skeleton implementation of Schema.
SchemaFactory A factory for RELAX NG schemas.
 

Exception Summary
IncorrectSchemaException Thrown to indicate an XML document is not a correct schema, either because the XML document is not well-formed or because it fails to be correct in some other way.
 

Package com.thaiopensource.relaxng Description

Provides a SAX-based API for validating XML documents using RELAX NG.

See Also:
RELAX NG Specification, RELAX NG Tutorial, RELAX NG DTD Compatibility, SAX