org.apache.xml.resolver.readers

Interface 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.

Version: 1.0

Author: Norman Walsh Norman.Walsh@Sun.COM

See Also: Catalog

Method Summary
voidparseCatalogEntry(Catalog catalog, Node node)
Parse a DOM node as a catalog entry.

Method Detail

parseCatalogEntry

public void parseCatalogEntry(Catalog catalog, 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.

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

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