FileDocCategorySizeDatePackage
NodeConsumer.javaAPI DocJava SE 6 API1200Tue Jun 10 00:23:10 BST 2008com.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.