BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.apache.xalan.xpath
Interface NodeCallback

All Known Implementing Classes:
ElemTemplateElement

public interface NodeCallback

This interface describes a callback that may be executed when a node is found, if the XPath query can be done in document order.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

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

Method Summary
 void processLocatedNode(XPathSupport execContext, org.w3c.dom.Node sourceNode, java.lang.Object callbackInfo)
           
 

Method Detail

processLocatedNode

public void processLocatedNode(XPathSupport execContext,
                               org.w3c.dom.Node sourceNode,
                               java.lang.Object callbackInfo)
                        throws org.xml.sax.SAXException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60