com.sun.msv.verifier.jarv
Class RELAXCoreFactoryImpl
java.lang.Object
org.iso_relax.verifier.VerifierFactory
com.sun.msv.verifier.jarv.FactoryImpl
com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
public class RELAXCoreFactoryImpl
- extends FactoryImpl
VerifierFactory implementation of RELAX Core.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from class org.iso_relax.verifier.VerifierFactory |
compileSchema, compileSchema, compileSchema, compileSchema, getProperty, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RELAXCoreFactoryImpl
public RELAXCoreFactoryImpl()
parse
protected Grammar parse(InputSource is,
GrammarReaderController controller)
- Description copied from class:
FactoryImpl
- parses a Grammar from the specified source.
return null if an error happens.
- Specified by:
parse
in class FactoryImpl
MSV