Package org.apache.xml.utils
Interface NodeConsumer
-
- All Known Implementing Classes:
StylesheetHandler
public interface NodeConsumerThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOriginatingNode(org.w3c.dom.Node n)Set the node that is originating the SAX event.
-