com.thaiopensource.relaxng.jarv
Class VerifierFactoryImpl

java.lang.Object
  extended by org.iso_relax.verifier.VerifierFactory
      extended by com.thaiopensource.relaxng.jarv.VerifierFactoryImpl

public class VerifierFactoryImpl
extends org.iso_relax.verifier.VerifierFactory


Field Summary
private  DatatypeLibraryFactory dlf
           
private  ErrorHandler eh
           
private  EntityResolver er
           
private  XMLReaderCreator xrc
           
 
Constructor Summary
VerifierFactoryImpl()
           
 
Method Summary
 org.iso_relax.verifier.Schema compileSchema(InputSource is)
           
 
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
 

Field Detail

xrc

private final XMLReaderCreator xrc

dlf

private final DatatypeLibraryFactory dlf

eh

private final ErrorHandler eh

er

private final EntityResolver er
Constructor Detail

VerifierFactoryImpl

public VerifierFactoryImpl()
Method Detail

compileSchema

public org.iso_relax.verifier.Schema compileSchema(InputSource is)
                                            throws SAXException,
                                                   IOException
Specified by:
compileSchema in class org.iso_relax.verifier.VerifierFactory
Throws:
SAXException
IOException