Searched refs:fullyResolved (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 991 public boolean isParentDraft(Document fullyResolved, String xpath) { in isParentDraft() argument 992 Node node = getNode(fullyResolved, xpath); in isParentDraft() 1020 public static boolean isDraft(Node fullyResolved, StringBuffer xpath) { in isDraft() argument 1021 Node current = getNode(fullyResolved, xpath.toString()); in isDraft() 1617 …public static Node getNode(Node context, String resToFetch, Document fullyResolved, String xpath) { in getNode() argument 1620 if (node == null && fullyResolved != null) { in getNode() 1623 node = getNode(fullyResolved, path); in getNode() 1692 …public static NodeList getNodeList(Node context, String resToFetch, Document fullyResolved, String… in getNodeList() argument 1695 if ((list == null || list.getLength() > 0) && fullyResolved != null) { in getNodeList() 1698 list = getNodeList(fullyResolved, path); in getNodeList()
|