com.sun.resolver.readers
Interface SAXCatalogParser

All Superinterfaces:
org.xml.sax.ContentHandler, org.xml.sax.DocumentHandler
All Known Implementing Classes:
OASISXMLCatalogReader, XCatalogReader

public interface SAXCatalogParser
extends org.xml.sax.ContentHandler, org.xml.sax.DocumentHandler

The SAXCatalogParser interface.

Copyright © 2000, 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms.

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.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 

Method Detail

setCatalog

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