Package org.apache.xml.resolver.readers
Interface SAXCatalogParser
-
- All Superinterfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DocumentHandler
- All Known Implementing Classes:
ExtendedXMLCatalogReader
,OASISXMLCatalogReader
,XCatalogReader
public interface SAXCatalogParser extends org.xml.sax.ContentHandler, org.xml.sax.DocumentHandler
The SAXCatalogParser interface.This interface must be implemented in order for a class to participate as a parser for the SAXCatalogReader.
- Version:
- 1.0
- Author:
- Norman Walsh Norman.Walsh@Sun.COM
- See Also:
Catalog
,SAXCatalogReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.
-
-
-
Method Detail
-
setCatalog
void setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.
-
-