wt.util.xml.xpath
Interface XPathNICallback

All Superinterfaces:
XPathCallback
All Known Implementing Classes:
SingleNodeCallback

public interface XPathNICallback
extends XPathCallback

Extension of XPathCallback interface that provides NodeIterator-based callback


Method Summary
 void process(NodeIterator iter)
          This method will be called in preference to the version that takes a NodeList where both are present as this will be more efficient.
 
Methods inherited from interface wt.util.xml.xpath.XPathCallback
process, process, process, process, process, processNotFound
 

Method Detail

process

public void process(NodeIterator iter)
This method will be called in preference to the version that takes a NodeList where both are present as this will be more efficient.