com.sun.msv.verifier.jarv
Class SchemaImpl
java.lang.Object
com.sun.msv.verifier.jarv.SchemaImpl
- All Implemented Interfaces:
- org.iso_relax.verifier.Schema
public class SchemaImpl
- extends Object
- implements org.iso_relax.verifier.Schema
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- Author:
- Kohsuke KAWAGUCHI
Method Summary |
org.iso_relax.verifier.Verifier |
newVerifier()
|
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 org.iso_relax.verifier.Verifier newVerifier()
throws org.iso_relax.verifier.VerifierConfigurationException
- Specified by:
newVerifier
in interface org.iso_relax.verifier.Schema
- Throws:
org.iso_relax.verifier.VerifierConfigurationException
MSV