|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.iso_relax.verifier.VerifierFactory
com.sun.msv.verifier.jarv.FactoryImpl
com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
public class RELAXNGFactoryImpl
VerifierFactory implementation of RELAX NG. This implementation supports the "datatypeLibraryFactory" property which configures RELAX NG parser with a datatype library factory.
Field Summary |
---|
Fields inherited from class com.sun.msv.verifier.jarv.FactoryImpl |
---|
factory |
Constructor Summary | |
---|---|
RELAXNGFactoryImpl()
|
Method Summary | |
---|---|
Object |
getProperty(String name)
|
protected Grammar |
parse(InputSource is,
GrammarReaderController controller)
parses a Grammar from the specified source. |
void |
setProperty(String name,
Object value)
|
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, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RELAXNGFactoryImpl()
Method Detail |
---|
protected Grammar parse(InputSource is, GrammarReaderController controller)
FactoryImpl
parse
in class FactoryImpl
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty
in class org.iso_relax.verifier.VerifierFactory
SAXNotRecognizedException
SAXNotSupportedException
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty
in class org.iso_relax.verifier.VerifierFactory
SAXNotRecognizedException
SAXNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |