Interface NodeConsumer

All Known Implementing Classes:
StylesheetHandler

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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the node that is originating the SAX event.
  • Method Details

    • setOriginatingNode

      void setOriginatingNode(Node n)
      Set the node that is originating the SAX event.
      Parameters:
      n - Reference to node that originated the current event.