public interface DOMCatalogParser
This interface must be implemented in order for a class to participate as a parser for the DOMCatalogReader.
Catalog
,
DOMCatalogReader
Modifier and Type | Method and Description |
---|---|
void |
parseCatalogEntry(Catalog catalog,
org.w3c.dom.Node node)
Parse a DOM node as a catalog entry.
|
void parseCatalogEntry(Catalog catalog, org.w3c.dom.Node node)
This method is expected to analyze the specified node and construct appropriate catalog entry(ies) from it.
catalog
- The catalog for which this node is being considered.node
- The DOM Node from the catalog.Copyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.