public class RELAXNGFactoryImpl extends FactoryImpl
factory| Constructor and Description |
|---|
RELAXNGFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(java.lang.String name) |
protected Grammar |
parse(org.xml.sax.InputSource is,
GrammarReaderController controller)
parses a Grammar from the specified source.
|
void |
setProperty(java.lang.String name,
java.lang.Object value) |
compileSchema, getEntityResolver, isFeature, setEntityResolver, setFeatureprotected Grammar parse(org.xml.sax.InputSource is, GrammarReaderController controller)
FactoryImplparse in class FactoryImplpublic java.lang.Object getProperty(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
getProperty in class org.iso_relax.verifier.VerifierFactoryorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionpublic void setProperty(java.lang.String name,
java.lang.Object value)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
setProperty in class org.iso_relax.verifier.VerifierFactoryorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionMSV