Package 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
VerifierFactory implementation that automatically detects the schema language.
To use this class, see
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
Fields inherited from class com.sun.msv.verifier.jarv.FactoryImpl
factory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Grammarparse(String source, GrammarReaderController controller) protected Grammarparse(InputSource is, GrammarReaderController controller) parses a Grammar from the specified source.Methods inherited from class com.sun.msv.verifier.jarv.FactoryImpl
compileSchema, getEntityResolver, isFeature, setEntityResolver, setFeatureMethods inherited from class org.iso_relax.verifier.VerifierFactory
compileSchema, compileSchema, compileSchema, compileSchema, getProperty, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setProperty
-
Constructor Details
-
TheFactoryImpl
-
TheFactoryImpl
public TheFactoryImpl()use the default SAXParser.
-
-
Method Details
-
parse
protected Grammar parse(InputSource is, GrammarReaderController controller) throws org.iso_relax.verifier.VerifierConfigurationException Description copied from class:FactoryImplparses a Grammar from the specified source. return null if an error happens.- Specified by:
parsein classFactoryImpl- Throws:
org.iso_relax.verifier.VerifierConfigurationException
-
parse
protected Grammar parse(String source, GrammarReaderController controller) throws org.iso_relax.verifier.VerifierConfigurationException - Throws:
org.iso_relax.verifier.VerifierConfigurationException
-