com.sun.msv.verifier.jarv
Class TheFactoryImpl

java.lang.Object
  extended byorg.iso_relax.verifier.VerifierFactory
      extended bycom.sun.msv.verifier.jarv.FactoryImpl
          extended bycom.sun.msv.verifier.jarv.TheFactoryImpl

public class TheFactoryImpl
extends FactoryImpl

VerifierFactory implementation that automatically detects the schema language. To use this class, see

Author:
Kohsuke KAWAGUCHI

Constructor Summary
TheFactoryImpl()
          use the default SAXParser.
TheFactoryImpl(SAXParserFactory factory)
           
 
Methods inherited from class com.sun.msv.verifier.jarv.FactoryImpl
compileSchema, getEntityResolver, isFeature, setEntityResolver, setFeature
 
Methods inherited from class org.iso_relax.verifier.VerifierFactory
compileSchema, compileSchema, compileSchema, compileSchema, getProperty, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TheFactoryImpl

public TheFactoryImpl(SAXParserFactory factory)

TheFactoryImpl

public TheFactoryImpl()
use the default SAXParser.