Searched defs:selectNodeList (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathAPI.java146 public static NodeList selectNodeList(Node contextNode, String str) method in class:XPathAPI
149 return selectNodeList(contextNode, str, contextNode);
163 public static NodeList selectNodeList( method in class:XPathAPI
H A DCachedXPathAPI.java199 public NodeList selectNodeList(Node contextNode, String str) method in class:CachedXPathAPI
202 return selectNodeList(contextNode, str, contextNode);
216 public NodeList selectNodeList( method in class:CachedXPathAPI
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXPathFuncHereAPI.java146 public static NodeList selectNodeList(Node contextNode, Node xpathnode) method in class:XPathFuncHereAPI
148 return selectNodeList(contextNode, xpathnode, contextNode);
162 public static NodeList selectNodeList( method in class:XPathFuncHereAPI
H A DCachedXPathFuncHereAPI.java198 public NodeList selectNodeList(Node contextNode, Node xpathnode) method in class:CachedXPathFuncHereAPI
200 return selectNodeList(contextNode, xpathnode, getStrFromNode(xpathnode), contextNode);
215 public NodeList selectNodeList( method in class:CachedXPathFuncHereAPI

Completed in 45 milliseconds