org.apache.xml.resolver.readers

Interface SAXCatalogParser

All Superinterfaces:
ContentHandler, DocumentHandler
Known Implementing Classes:
ExtendedXMLCatalogReader, OASISXMLCatalogReader, XCatalogReader

public interface SAXCatalogParser
extends ContentHandler, 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

void
setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.

Method Details

setCatalog

public void setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.

Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.