public class RelamesFactoryImpl
extends org.iso_relax.verifier.VerifierFactory
VerifierFactory
implementation
for RELAX NG + schematron.Constructor and Description |
---|
RelamesFactoryImpl()
Constructor for RelamesFactoryImpl.
|
RelamesFactoryImpl(SAXParserFactory _factory)
Constructor for RelamesFactoryImpl.
|
Modifier and Type | Method and Description |
---|---|
org.iso_relax.verifier.Schema |
compileSchema(InputSource source) |
compileSchema, compileSchema, compileSchema, compileSchema, getEntityResolver, getProperty, isFeature, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setEntityResolver, setFeature, setProperty
public RelamesFactoryImpl(SAXParserFactory _factory)
factory
- This parser factory will be used to read RELAX NG schemas.public RelamesFactoryImpl()
SAXParserFactory
to parse schemas.public org.iso_relax.verifier.Schema compileSchema(InputSource source) throws org.iso_relax.verifier.VerifierConfigurationException, SAXException, IOException
compileSchema
in class org.iso_relax.verifier.VerifierFactory
org.iso_relax.verifier.VerifierConfigurationException
SAXException
IOException
MSV