Class RELAXNGFactoryImpl


  • public class RELAXNGFactoryImpl
    extends FactoryImpl
    VerifierFactory implementation of RELAX NG. This implementation supports the "datatypeLibraryFactory" property which configures RELAX NG parser with a datatype library factory.
    • Field Detail

      • datatypeLibraryFactory

        private org.relaxng.datatype.DatatypeLibraryFactory datatypeLibraryFactory
    • Constructor Detail

      • RELAXNGFactoryImpl

        public RELAXNGFactoryImpl()
    • Method Detail

      • getProperty

        public java.lang.Object getProperty​(java.lang.String name)
                                     throws org.xml.sax.SAXNotRecognizedException,
                                            org.xml.sax.SAXNotSupportedException
        Overrides:
        getProperty in class org.iso_relax.verifier.VerifierFactory
        Throws:
        org.xml.sax.SAXNotRecognizedException
        org.xml.sax.SAXNotSupportedException
      • setProperty

        public void setProperty​(java.lang.String name,
                                java.lang.Object value)
                         throws org.xml.sax.SAXNotRecognizedException,
                                org.xml.sax.SAXNotSupportedException
        Overrides:
        setProperty in class org.iso_relax.verifier.VerifierFactory
        Throws:
        org.xml.sax.SAXNotRecognizedException
        org.xml.sax.SAXNotSupportedException