Searched refs:rootFile (Results 1 – 2 of 2) sorted by relevance
1063 public CLDRFile putRoot(CLDRFile rootFile) { in putRoot() argument1066 for (Iterator<String> it = rootFile.iterator(); it.hasNext();) { in putRoot()1082 String otherValue = rootFile.dataSource.getValueAtPath(xpath); in putRoot()1083 String otherFullXPath = rootFile.dataSource.getFullPath(xpath); in putRoot()
1926 private CLDRFile rootFile;1929 rootFile = factory.make("root", false);1936 String rootEraValue = rootFile.getStringValue(xpath);