com.sun.msv.schematron.jarv
Class RelamesFactoryImpl
java.lang.Object
org.iso_relax.verifier.VerifierFactory
com.sun.msv.schematron.jarv.RelamesFactoryImpl
public class RelamesFactoryImpl
- extends VerifierFactory
VerifierFactory
implementation
for RELAX NG + schematron.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Methods inherited from class org.iso_relax.verifier.VerifierFactory |
compileSchema, compileSchema, compileSchema, compileSchema, getEntityResolver, getProperty, isFeature, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setEntityResolver, setFeature, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelamesFactoryImpl
public RelamesFactoryImpl(SAXParserFactory _factory)
- Constructor for RelamesFactoryImpl.
- Parameters:
factory
- This parser factory will be used to read RELAX NG schemas.
RelamesFactoryImpl
public RelamesFactoryImpl()
- Constructor for RelamesFactoryImpl.
Use the default
SAXParserFactory
to parse schemas.
compileSchema
public Schema compileSchema(InputSource source)
throws VerifierConfigurationException,
SAXException,
IOException
- Specified by:
compileSchema
in class VerifierFactory
- Throws:
VerifierConfigurationException
SAXException
IOException
MSV