FileDocCategorySizeDatePackage
NodeConsumer.javaAPI DocJava SE 5 API1189Fri Aug 26 14:56:04 BST 2005com.sun.org.apache.xml.internal.utils

NodeConsumer

public interface NodeConsumer
The tree walker will test for this interface, and call setOriginatingNode before calling the SAX event. For creating DOM backpointers for things that are normally created via SAX events.

Fields Summary
Constructors Summary
Methods Summary
public voidsetOriginatingNode(org.w3c.dom.Node n)
Set the node that is originating the SAX event.

param
n Reference to node that originated the current event.