Class W3CSchemaFactory


  • public class W3CSchemaFactory
    extends BaseSchemaFactory
    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. It requires Sun Multi-Schema Validator (http://www.sun.com/software/xml/developers/multischema/) to work, and acts as a quite thin wrapper layer, similar to how matching RelaxNG validator works
    • Field Detail

      • mDummyController

        protected final com.sun.msv.reader.GrammarReaderController mDummyController
        For now, there's no need for fine-grained error/problem reporting infrastructure, so let's just use a dummy controller.
    • Constructor Detail

      • W3CSchemaFactory

        public W3CSchemaFactory()