Package net.sf.bvalid

Main package of the BValid API.

See:
          Description

Interface Summary
Validator An XML document validator.
 

Class Summary
BValid Command-line utility for validating instance documents.
SchemaLanguage An XML schema language.
ValidatorFactory Provides methods for getting Validator instances.
ValidatorOption An option that can be used to configure a Validator.
 

Exception Summary
ValidationException Signals that validation failed.
ValidatorException Superclass for all BValid-generated exceptions.
 

Package net.sf.bvalid Description

Main package of the BValid API.

To use this API, an application will typically:

  1. Get an appropriate Validator from the ValidatorFactory.
  2. Call one of the validate(...) methods on that object (multiple times, from multiple threads, if needed)
  3. Catch and handle ValidationException, as appropriate.

Related Documentation

For additional documentation, please see: