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, setFeature
protected Grammar parse(org.xml.sax.InputSource is, GrammarReaderController controller)
FactoryImpl
parse
in class FactoryImpl
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
getProperty
in class org.iso_relax.verifier.VerifierFactory
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public 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.VerifierFactory
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
MSV