HomeSort by relevance Sort by last modified time
    Searched defs:selectSingleNode (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 121 public Node selectSingleNode(Node contextNode, String str)
124 return selectSingleNode(contextNode, str, contextNode);
138 public Node selectSingleNode(
XPathAPI.java 66 public static Node selectSingleNode(Node contextNode, String str)
69 return selectSingleNode(contextNode, str, contextNode);
83 public static Node selectSingleNode(
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 25 milliseconds