Home
last modified time | relevance | path

Searched refs:fullyResolved (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java986 public boolean isParentDraft(Document fullyResolved, String xpath) { in isParentDraft() argument
987 Node node = getNode(fullyResolved, xpath); in isParentDraft()
1015 public static boolean isDraft(Node fullyResolved, StringBuffer xpath) { in isDraft() argument
1016 Node current = getNode(fullyResolved, xpath.toString()); in isDraft()
1612 …public static Node getNode(Node context, String resToFetch, Document fullyResolved, String xpath) { in getNode() argument
1615 if (node == null && fullyResolved != null) { in getNode()
1618 node = getNode(fullyResolved, path); in getNode()
1687 …public static NodeList getNodeList(Node context, String resToFetch, Document fullyResolved, String… in getNodeList() argument
1690 if ((list == null || list.getLength() > 0) && fullyResolved != null) { in getNodeList()
1693 list = getNodeList(fullyResolved, path); in getNodeList()