Package com.ctc.wstx.msv
Package that contains Multi-Schema Validator (MSV) based validator
implementations for schema languages other than DTD.
-
Class Summary 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.