org.apache.xml.resolver.readers

Interface SAXCatalogParser

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

Method Summary
voidsetCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.

Method Detail

setCatalog

public void setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.
Copyright B) 2001 Apache. All Rights Reserved.