org.iso_relax.catalog
Class RELAXCatalog

java.lang.Object
  extended by org.iso_relax.catalog.RELAXCatalog

public class RELAXCatalog
extends Object

RELAXCatalog

Since:
Feb. 23, 2001

Constructor Summary
RELAXCatalog()
           
RELAXCatalog(String rootURI)
           
 
Method Summary
 InputSource getGrammar(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RELAXCatalog

public RELAXCatalog()
             throws ParserConfigurationException,
                    SAXException,
                    IOException
Throws:
ParserConfigurationException
SAXException
IOException

RELAXCatalog

public RELAXCatalog(String rootURI)
             throws ParserConfigurationException,
                    SAXException,
                    IOException
Throws:
ParserConfigurationException
SAXException
IOException
Method Detail

getGrammar

public InputSource getGrammar(String uri)