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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathAPI.java68 public static Node selectSingleNode(Node contextNode, String str) method in class:XPathAPI
71 return selectSingleNode(contextNode, str, contextNode);
85 public static Node selectSingleNode( method in class:XPathAPI
H A DCachedXPathAPI.java121 public Node selectSingleNode(Node contextNode, String str) method in class:CachedXPathAPI
124 return selectSingleNode(contextNode, str, contextNode);
138 public Node selectSingleNode( method in class:CachedXPathAPI
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXPathFuncHereAPI.java71 public static Node selectSingleNode(Node contextNode, Node xpathnode) method in class:XPathFuncHereAPI
73 return selectSingleNode(contextNode, xpathnode, contextNode);
87 public static Node selectSingleNode( method in class:XPathFuncHereAPI
H A DCachedXPathFuncHereAPI.java121 public Node selectSingleNode(Node contextNode, Node xpathnode) method in class:CachedXPathFuncHereAPI
123 return selectSingleNode(contextNode, xpathnode, contextNode);
137 public Node selectSingleNode( method in class:CachedXPathFuncHereAPI

Completed in 221 milliseconds