Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java854 …public static Document resolveAliases(Document fullyResolvedDoc, String sourceDir, String thisLoca… in resolveAliases() argument
856 Node[] array = getNodeArray(fullyResolvedDoc, LDMLConstants.ALIAS); in resolveAliases()
939 Node[] identity = getNodeArray(fullyResolvedDoc, LDMLConstants.IDENTICAL); in resolveAliases()
951 Node childToImport = fullyResolvedDoc.importNode(child, true); in resolveAliases()
964 Node childToImport = fullyResolvedDoc.importNode(child, true); in resolveAliases()
979 return fullyResolvedDoc; in resolveAliases()
1539 …public static Node getVettedNode(Document fullyResolvedDoc, Node parent, String childName, StringB… in getVettedNode() argument
1541 NodeList list = getNodeList(parent, childName, fullyResolvedDoc, xpath.toString()); in getVettedNode()