Package com.sun.msv.verifier.jarv
Class XSFactoryImpl
- java.lang.Object
-
- org.iso_relax.verifier.VerifierFactory
-
- com.sun.msv.verifier.jarv.FactoryImpl
-
- com.sun.msv.verifier.jarv.XSFactoryImpl
-
public class XSFactoryImpl extends FactoryImpl
VerifierFactory implementation for XML Schema.
-
-
Field Summary
-
Fields inherited from class com.sun.msv.verifier.jarv.FactoryImpl
factory
-
-
Constructor Summary
Constructors Constructor Description XSFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Grammar
parse(org.xml.sax.InputSource is, GrammarReaderController controller)
parses a Grammar from the specified source.-
Methods inherited from class com.sun.msv.verifier.jarv.FactoryImpl
compileSchema, createVerifier, getEntityResolver, isFeature, setEntityResolver, setFeature
-
-
-
-
Method Detail
-
parse
protected Grammar parse(org.xml.sax.InputSource is, GrammarReaderController controller)
Description copied from class:FactoryImpl
parses a Grammar from the specified source. return null if an error happens.- Specified by:
parse
in classFactoryImpl
-
-