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, setFeatureprivate org.relaxng.datatype.DatatypeLibraryFactory datatypeLibraryFactory
private static final java.lang.String PROP_NAME
protected 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.SAXNotSupportedException