com.sun.msv.schematron.jarv
Class RelamesFactoryImpl

java.lang.Object
  extended byorg.iso_relax.verifier.VerifierFactory
      extended bycom.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelamesFactoryImpl

public RelamesFactoryImpl(SAXParserFactory _factory)
Constructor for RelamesFactoryImpl.


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
Throws:
VerifierConfigurationException
SAXException
IOException