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

DOMCatalogParser

public interface DOMCatalogParser
The DOMCatalogParser interface.

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

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

Fields Summary
Constructors Summary
Methods Summary
public voidparseCatalogEntry(com.sun.org.apache.xml.internal.resolver.Catalog catalog, org.w3c.dom.Node node)
Parse a DOM node as a catalog entry.

This method is expected to analyze the specified node and construct appropriate catalog entry(ies) from it.

param
catalog The catalog for which this node is being considered.
param
node The DOM Node from the catalog.