Searched refs:fullyResolvedDoc (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 849 …public static Document resolveAliases(Document fullyResolvedDoc, String sourceDir, String thisLoca… in resolveAliases() argument 851 Node[] array = getNodeArray(fullyResolvedDoc, LDMLConstants.ALIAS); in resolveAliases() 934 Node[] identity = getNodeArray(fullyResolvedDoc, LDMLConstants.IDENTICAL); in resolveAliases() 946 Node childToImport = fullyResolvedDoc.importNode(child, true); in resolveAliases() 959 Node childToImport = fullyResolvedDoc.importNode(child, true); in resolveAliases() 974 return fullyResolvedDoc; in resolveAliases() 1534 …public static Node getVettedNode(Document fullyResolvedDoc, Node parent, String childName, StringB… in getVettedNode() argument 1536 NodeList list = getNodeList(parent, childName, fullyResolvedDoc, xpath.toString()); in getVettedNode()
|