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 |
setFeature
public void setFeature(String feature,
boolean v)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Overrides:
setFeature
in class VerifierFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
isFeature
public boolean isFeature(String feature)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Overrides:
isFeature
in class VerifierFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
setEntityResolver
public void setEntityResolver(EntityResolver _resolver)
- Overrides:
setEntityResolver
in class VerifierFactory
getEntityResolver
public EntityResolver getEntityResolver()
- Overrides:
getEntityResolver
in class VerifierFactory
compileSchema
public Schema compileSchema(InputSource source)
throws VerifierConfigurationException,
SAXException
- Specified by:
compileSchema
in class VerifierFactory
- Throws:
VerifierConfigurationException
SAXException