Package org.osesb.utilities.xml.validation

Utilities for validating XML using jaxp v1.2 and v1.3.

See:
          Description

Interface Summary
IXMLValidator Interface implemented by framework Classes that perform XML schema validation.
 

Class Summary
XMLValidator This Class contains methods to test if XML text is well-formed and/or valid against one or more schemas.
XMLValidator_EntityResolver This Class extends XMLValidator and implements IXMLValidator with a isXMLValid() method that uses a SAX handler and an EntityResolver to validate against one or more schemas XML schemas that are retrieved from the configured instance of the XMLRepository.
XMLValidator_JAXP1_3 This Class extends XMLValidator and implements IXMLValidator with a isXMLValid() method that uses jaxp v1.3 Schema objects to test if XML text is valid against one or more schemas.
XMLValidator_SchemaSource This Class extends XMLValidator and implements IXMLValidator with a isXMLValid() method, that uses jaxp v1.2-style validation, where the schema sources are set using parser properties.
XMLValidatorFactory Factory for creating NEW instances of an IXMLValidator using the following ordered lookup:

1.

 

Package org.osesb.utilities.xml.validation Description

Utilities for validating XML using jaxp v1.2 and v1.3.