See: Description
| Class | Description | 
|---|---|
| BaseSchemaFactory | Shared base class extended by concrete schema factory implementations. | 
| GenericMsvValidator | Generic validator instance to be used for all Multi-Schema Validator
 backed implementations. | 
| RelaxNGSchema | This is a validation schema instance based on a RELAX NG schema. | 
| RelaxNGSchemaFactory | This is a StAX2 schema factory that can parse and create schema instances
 for creating validators that validate documents to check their validity
 against specific Relax NG specifications. | 
| W3CSchema | This is a validation schema instance based on a W3C schema. | 
| W3CSchemaFactory | This is a StAX2 schema factory that can parse and create schema instances
 for creating validators that validate documents to check their validity
 against specific W3C Schema instances. | 
Copyright © 2018 FasterXML. All rights reserved.