Package com.sun.msv.verifier.jarv
Class TREXFactoryImpl
java.lang.Object
org.iso_relax.verifier.VerifierFactory
com.sun.msv.verifier.jarv.FactoryImpl
com.sun.msv.verifier.jarv.TREXFactoryImpl
VerifierFactory implementation for TREX.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
Fields inherited from class com.sun.msv.verifier.jarv.FactoryImpl
factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Grammar
parse
(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, setFeature
Methods inherited from class org.iso_relax.verifier.VerifierFactory
compileSchema, compileSchema, compileSchema, compileSchema, getProperty, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setProperty
-
Constructor Details
-
TREXFactoryImpl
public TREXFactoryImpl()
-
-
Method Details
-
parse
Description copied from class:FactoryImpl
parses a Grammar from the specified source. return null if an error happens.- Specified by:
parse
in classFactoryImpl
-