com.sun.msv.verifier.jarv
Class TheFactoryImpl
java.lang.Object
|
+--org.iso_relax.verifier.VerifierFactory
|
+--com.sun.msv.verifier.jarv.FactoryImpl
|
+--com.sun.msv.verifier.jarv.TheFactoryImpl
- public class TheFactoryImpl
- extends com.sun.msv.verifier.jarv.FactoryImpl
VerifierFactory implementation that automatically detects the schema language.
To use this class, see
- Author:
- Kohsuke KAWAGUCHI
TheFactoryImpl
public TheFactoryImpl(javax.xml.parsers.SAXParserFactory factory)
TheFactoryImpl
public TheFactoryImpl()
- use the default SAXParser.
isFeature
public boolean isFeature(String feature)
throws SAXNotRecognizedException
- Overrides:
isFeature
in class VerifierFactory
setFeature
public void setFeature(String feature,
boolean value)
throws SAXNotRecognizedException
- Overrides:
setFeature
in class VerifierFactory
getProperty
public Object getProperty(String property)
throws SAXNotRecognizedException
- Overrides:
getProperty
in class VerifierFactory
setProperty
public void setProperty(String property,
Object value)
throws SAXNotRecognizedException
- Overrides:
setProperty
in class VerifierFactory
compileSchema
public Schema compileSchema(String uri)
throws VerifierConfigurationException,
SAXException
- Overrides:
compileSchema
in class VerifierFactory
compileSchema
public Schema compileSchema(InputSource source)
throws VerifierConfigurationException,
SAXException
- Overrides:
compileSchema
in class VerifierFactory
newVerifier
public Verifier newVerifier(String uri)
throws VerifierConfigurationException,
SAXException
- Overrides:
newVerifier
in class VerifierFactory
newVerifier
public Verifier newVerifier(InputSource source)
throws VerifierConfigurationException,
SAXException
- Overrides:
newVerifier
in class VerifierFactory