Searched refs:selectSingleNode (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A DXPathAPI.java67 public static Node selectSingleNode(Node contextNode, String str) method in class:XPathAPI
70 return selectSingleNode(contextNode, str, contextNode);
84 public static Node selectSingleNode( method in class:XPathAPI
H A DCachedXPathAPI.java120 public Node selectSingleNode(Node contextNode, String str) method in class:CachedXPathAPI
123 return selectSingleNode(contextNode, str, contextNode);
137 public Node selectSingleNode( method in class:CachedXPathAPI

Completed in 72 milliseconds