Searched refs:dtdPath (Results 1 – 3 of 3) sorted by relevance
29 public final String dtdPath; field in DtdType34 private DtdType(String dtdPath) { in DtdType() argument35 this(dtdPath, null, null); in DtdType()38 private DtdType(String dtdPath, DtdType realType) { in DtdType() argument39 this(dtdPath, null, realType); in DtdType()42 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType() argument43 this.dtdPath = dtdPath; in DtdType()69 … + "<!DOCTYPE " + this + " SYSTEM '../../" + dtdPath + "'>\n" // "common/dtd/ldmlSupplemental.dtd" in header()
654 File file = new File(directory, type.dtdPath); in readFile()
415 String fixedPath = "../../" + dtdType.dtdPath; in write()