Searched refs:dtdPath (Results 1 – 4 of 4) sorted by relevance
36 public final String dtdPath; field in DtdType41 private DtdType(String dtdPath) { in DtdType() argument42 this(dtdPath, null, null); in DtdType()45 private DtdType(String dtdPath, DtdType realType) { in DtdType() argument46 this(dtdPath, null, realType); in DtdType()49 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType() argument50 this.dtdPath = dtdPath; in DtdType()82 … + "<!DOCTYPE " + this + " SYSTEM '../../" + dtdPath + "'>\n" // "common/dtd/ldmlSupplemental.dtd" in header()
737 File file = new File(directory, type.dtdPath); in readFile()
428 String fixedPath = "../../" + dtdType.dtdPath; in write()
31 …y (TempPrintWriter out = TempPrintWriter.openUTF8Writer(CLDRPaths.BASE_DIRECTORY + type.dtdPath)) { in main()