public class RELAXNGFactoryImpl extends FactoryImpl
Modifier and Type | Field and Description |
---|---|
private org.relaxng.datatype.DatatypeLibraryFactory |
datatypeLibraryFactory |
private static java.lang.String |
PROP_NAME |
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, createVerifier, getEntityResolver, isFeature, setEntityResolver, setFeature
private org.relaxng.datatype.DatatypeLibraryFactory datatypeLibraryFactory
private static final java.lang.String PROP_NAME
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