com.sun.msv.verifier.jarv
Class SchemaImpl
java.lang.Object
com.sun.msv.verifier.jarv.SchemaImpl
- All Implemented Interfaces:
- Schema
public class SchemaImpl
- extends Object
- implements Schema
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
grammar
protected final Grammar grammar
factory
protected final SAXParserFactory factory
SchemaImpl
protected SchemaImpl(Grammar grammar,
SAXParserFactory factory,
boolean _usePanicMode)
SchemaImpl
public SchemaImpl(Grammar grammar)
newVerifier
public Verifier newVerifier()
throws VerifierConfigurationException
- Specified by:
newVerifier
in interface Schema
- Throws:
VerifierConfigurationException
MSV