com.sun.msv.schematron.jarv
Class RelamesFactoryImpl

java.lang.Object
  extended by org.iso_relax.verifier.VerifierFactory
      extended by com.sun.msv.schematron.jarv.RelamesFactoryImpl

public class RelamesFactoryImpl
extends VerifierFactory

VerifierFactory implementation for RELAX NG + schematron.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
RelamesFactoryImpl()
          Constructor for RelamesFactoryImpl.
RelamesFactoryImpl(SAXParserFactory _factory)
          Constructor for RelamesFactoryImpl.
 
Method Summary
 Schema compileSchema(InputSource source)
           
 
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
 

Constructor Detail

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.

Method Detail

compileSchema

public Schema compileSchema(InputSource source)
                     throws VerifierConfigurationException,
                            SAXException,
                            IOException
Specified by:
compileSchema in class VerifierFactory
Throws:
VerifierConfigurationException
SAXException
IOException


MSV