Searched refs:selectNodeList (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXPathAPI.java47 NodeList selectNodeList( method in interface:XPathAPI
H A DJDKXPathAPI.java60 public NodeList selectNodeList( method in class:JDKXPathAPI
H A DXalanXPathAPI.java81 public NodeList selectNodeList( method in class:XalanXPathAPI
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DXPathAPI.java145 public static NodeList selectNodeList(Node contextNode, String str) method in class:XPathAPI
148 return selectNodeList(contextNode, str, contextNode);
162 public static NodeList selectNodeList( method in class:XPathAPI
H A DCachedXPathAPI.java198 public NodeList selectNodeList(Node contextNode, String str) method in class:CachedXPathAPI
201 return selectNodeList(contextNode, str, contextNode);
215 public NodeList selectNodeList( method in class:CachedXPathAPI
/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformXPath2Filter.java122 xpathAPIInstance.selectNodeList(

Completed in 111 milliseconds