|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DOMCatalogParser 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 DOMCatalogReader.
Catalog
,
DOMCatalogReader
Method Summary | |
void |
parseCatalogEntry(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. |
Method Detail |
public void parseCatalogEntry(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.
catalog
- The catalog for which this node is being considered.node
- The DOM Node from the catalog.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |