com.sun.msv.verifier.jarv
Class FactoryImpl
java.lang.Object
org.iso_relax.verifier.VerifierFactory
com.sun.msv.verifier.jarv.FactoryImpl
- Direct Known Subclasses:
- DTDFactoryImpl, RELAXCoreFactoryImpl, RELAXNGFactoryImpl, TheFactoryImpl, TREXFactoryImpl, XSFactoryImpl
public abstract class FactoryImpl
- extends VerifierFactory
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- Author:
- Kohsuke KAWAGUCHI
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 |
setFeature
public void setFeature(java.lang.String feature,
boolean v)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
- Overrides:
setFeature
in class 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 VerifierFactory
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver _resolver)
- Overrides:
setEntityResolver
in class VerifierFactory
getEntityResolver
public org.xml.sax.EntityResolver getEntityResolver()
- Overrides:
getEntityResolver
in class VerifierFactory
compileSchema
public Schema compileSchema(org.xml.sax.InputSource source)
throws VerifierConfigurationException,
org.xml.sax.SAXException
- Specified by:
compileSchema
in class VerifierFactory
- Throws:
VerifierConfigurationException
org.xml.sax.SAXException