Searched refs:fixedPath (Results 1 – 3 of 3) sorted by relevance
62 String fixedPath = "../../" + dtdType.dtdPath; in start() local65 fixedPath = dtdDir + dtdType + ".dtd"; in start()67 pw.println("<!DOCTYPE " + dtdType + " SYSTEM \"" + fixedPath + "\">"); in start()
56 transient String[] fixedPath = new String[1]; field in XMLSource271 String distinguishingXPath = CLDRFile.getDistinguishingXPath(xpath, fixedPath); in putValueAtPath()273 if (!fixedPath[0].equals(distinguishingXPath)) { in putValueAtPath()275 putFullPathAtDPath(distinguishingXPath, fixedPath[0]); in putValueAtPath()
1270 for (String fixedPath : fixedPaths) { in checkPathHeader()1271 checkSubpath(fixedPath); in checkPathHeader()