Searched defs:getNodeList (Results 1 – 2 of 2) sorted by relevance
1428 public static NodeList getNodeList(Document doc, String xpath) { in getNodeList() method in LDMLUtilities1709 public static NodeList getNodeList(Document doc, String xpath, Node namespaceNode) { in getNodeList() method in LDMLUtilities1729 public static NodeList getNodeList(Node node, String xpath) { in getNodeList() method in LDMLUtilities1751 public static NodeList getNodeList( in getNodeList() method in LDMLUtilities
133 private List<Node> getNodeList(Composer composer) { in getNodeList() method in ComposerWithCommentEnabledTest