Package com.sun.msv.verifier.jarv
Class RELAXNGFactoryImpl
- java.lang.Object
-
- org.iso_relax.verifier.VerifierFactory
-
- com.sun.msv.verifier.jarv.FactoryImpl
-
- com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
-
public class RELAXNGFactoryImpl extends FactoryImpl
VerifierFactory implementation of RELAX NG. This implementation supports the "datatypeLibraryFactory" property which configures RELAX NG parser with a datatype library factory.- Author:
- Kohsuke KAWAGUCHI
-
-
Field Summary
-
Fields inherited from class com.sun.msv.verifier.jarv.FactoryImpl
factory
-
-
Constructor Summary
Constructors Constructor Description RELAXNGFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetProperty(String name)protected Grammarparse(InputSource is, GrammarReaderController controller)parses a Grammar from the specified source.voidsetProperty(String name, Object value)-
Methods inherited from class com.sun.msv.verifier.jarv.FactoryImpl
compileSchema, getEntityResolver, isFeature, setEntityResolver, setFeature
-
-
-
-
Method Detail
-
parse
protected Grammar parse(InputSource is, GrammarReaderController controller)
Description copied from class:FactoryImplparses a Grammar from the specified source. return null if an error happens.- Specified by:
parsein classFactoryImpl
-
getProperty
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
- Overrides:
getPropertyin classorg.iso_relax.verifier.VerifierFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
setProperty
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
- Overrides:
setPropertyin classorg.iso_relax.verifier.VerifierFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
-