Class RELAXCatalog


  • public class RELAXCatalog
    extends java.lang.Object
    RELAXCatalog
    Since:
    Feb. 23, 2001
    Version:
    Feb. 23, 2001
    Author:
    ASAMI, Tomoharu (asami@zeomtech.com)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xml.sax.InputSource getGrammar​(java.lang.String uri)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RELAXCatalog

        public RELAXCatalog()
                     throws javax.xml.parsers.ParserConfigurationException,
                            org.xml.sax.SAXException,
                            java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException
      • RELAXCatalog

        public RELAXCatalog​(java.lang.String rootURI)
                     throws javax.xml.parsers.ParserConfigurationException,
                            org.xml.sax.SAXException,
                            java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException
    • Method Detail

      • getGrammar

        public org.xml.sax.InputSource getGrammar​(java.lang.String uri)