Searched defs:selectXpath (Results 1 – 3 of 3) sorted by relevance
269 public NodeList selectXpath(String xpath, Document doc) { in selectXpath() method in W3CDom279 public NodeList selectXpath(String xpath, Node contextNode) { in selectXpath() method in W3CDom
44 static <T extends Node> List<T> selectXpath(String xpath, Element el, Class<T> nodeType) { in selectXpath() method in NodeUtils
599 public Elements selectXpath(String xpath) { in selectXpath() method in Element616 public <T extends Node> List<T> selectXpath(String xpath, Class<T> nodeType) { in selectXpath() method in Element