Uses of Class
org.apache.excalibur.xml.xpath.NodeListImpl

Packages that use NodeListImpl
org.apache.excalibur.xml.xpath XPath processor and implementation. 
 

Uses of NodeListImpl in org.apache.excalibur.xml.xpath
 

Methods in org.apache.excalibur.xml.xpath with parameters of type NodeListImpl
private static void XPathUtil.getNodesFromPath(NodeListImpl result, org.w3c.dom.Node contextNode, java.lang.String[] path, int startIndex)
          Helper method for getNodeListFromPath()