Searched refs:fixedPath (Results 1 – 3 of 3) sorted by relevance
54 transient String[] fixedPath = new String[1]; field in XMLSource153 … String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath, nonInheriting); in putValueAtPath()155 if (!fixedPath[0].equals(distinguishingXPath)) { in putValueAtPath()157 putFullPathAtDPath(distinguishingXPath, fixedPath[0]); in putValueAtPath()
415 String fixedPath = "../../" + dtdType.dtdPath; in write() local420 fixedPath = dtdDir + dtdType + ".dtd"; in write()425 pw.println("<!DOCTYPE " + dtdType + " SYSTEM \"" + fixedPath + "\">"); in write()
1171 for (String fixedPath : fixedPaths) { in checkPathHeader()1172 checkSubpath(fixedPath); in checkPathHeader()