Package org.iso_relax.catalog
Class RELAXCatalog
- java.lang.Object
-
- org.iso_relax.catalog.RELAXCatalog
-
public class RELAXCatalog extends Object
RELAXCatalog- Since:
- Feb. 23, 2001
-
-
Constructor Summary
Constructors Constructor Description RELAXCatalog()
RELAXCatalog(String rootURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
getGrammar(String uri)
-
-
-
Constructor Detail
-
RELAXCatalog
public RELAXCatalog() throws ParserConfigurationException, SAXException, IOException
-
RELAXCatalog
public RELAXCatalog(String rootURI) throws ParserConfigurationException, SAXException, IOException
-
-
Method Detail
-
getGrammar
public InputSource getGrammar(String uri)
-
-