com.sun.msv.verifier.jarv
Class FactoryImpl

java.lang.Object
  extended by org.iso_relax.verifier.VerifierFactory
      extended by com.sun.msv.verifier.jarv.FactoryImpl
Direct Known Subclasses:
DTDFactoryImpl, RELAXCoreFactoryImpl, RELAXNGFactoryImpl, TheFactoryImpl, TREXFactoryImpl, XSFactoryImpl

public abstract class FactoryImpl
extends org.iso_relax.verifier.VerifierFactory

base implementation of RELAXFactoryImpl and TREXFactoryImpl

Author:
Kohsuke KAWAGUCHI

Method Summary
 org.iso_relax.verifier.Schema compileSchema(org.xml.sax.InputSource source)
           
 org.xml.sax.EntityResolver getEntityResolver()
           
 boolean isFeature(java.lang.String feature)
           
 void setEntityResolver(org.xml.sax.EntityResolver _resolver)
           
 void setFeature(java.lang.String feature, boolean v)
           
 
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
 

Method Detail

setFeature

public void setFeature(java.lang.String feature,
                       boolean v)
                throws org.xml.sax.SAXNotRecognizedException,
                       org.xml.sax.SAXNotSupportedException
Overrides:
setFeature in class org.iso_relax.verifier.VerifierFactory
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException

isFeature

public boolean isFeature(java.lang.String feature)
                  throws org.xml.sax.SAXNotRecognizedException,
                         org.xml.sax.SAXNotSupportedException
Overrides:
isFeature in class org.iso_relax.verifier.VerifierFactory
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException

setEntityResolver

public void setEntityResolver(org.xml.sax.EntityResolver _resolver)
Overrides:
setEntityResolver in class org.iso_relax.verifier.VerifierFactory

getEntityResolver

public org.xml.sax.EntityResolver getEntityResolver()
Overrides:
getEntityResolver in class org.iso_relax.verifier.VerifierFactory

compileSchema

public org.iso_relax.verifier.Schema compileSchema(org.xml.sax.InputSource source)
                                            throws org.iso_relax.verifier.VerifierConfigurationException,
                                                   org.xml.sax.SAXException
Specified by:
compileSchema in class org.iso_relax.verifier.VerifierFactory
Throws:
org.iso_relax.verifier.VerifierConfigurationException
org.xml.sax.SAXException