Enhydra 3.1 API

org.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.


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

Method Detail

processLocatedNode

public void processLocatedNode(XPathSupport execContext,
                               Node sourceNode,
                               java.lang.Object callbackInfo)
                        throws SAXException

Enhydra 3.1 API