FileDocCategorySizeDatePackage
SAXCatalogParser.javaAPI DocJava SE 6 API1374Tue Jun 10 00:23:00 BST 2008com.sun.org.apache.xml.internal.resolver.readers

SAXCatalogParser

public interface SAXCatalogParser implements DocumentHandler, ContentHandler
The SAXCatalogParser interface.

This interface must be implemented in order for a class to participate as a parser for the SAXCatalogReader.

see
Catalog
see
SAXCatalogReader
author
Norman Walsh Norman.Walsh@Sun.COM
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public voidsetCatalog(com.sun.org.apache.xml.internal.resolver.Catalog catalog)
Set the Catalog for which parsing is being performed.