| org.apache.xml.utils.NodeConsumer
All known Subclasses: org.apache.xalan.processor.StylesheetHandler,
NodeConsumer | public interface NodeConsumer (Code) | | 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.
|
setOriginatingNode | public void setOriginatingNode(Node n)(Code) | | Set the node that is originating the SAX event.
Parameters: n - Reference to node that originated the current event. |
|
|