BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xml.utils
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.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void setOriginatingNode(org.w3c.dom.Node n)
          Set the node that is originating the SAX event.
 

Method Detail

setOriginatingNode

public void setOriginatingNode(org.w3c.dom.Node n)
Set the node that is originating the SAX event.

Parameters:
n - Reference to node that originated the current event.

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.