Searched defs:dtdPath (Results 1 – 3 of 3) sorted by relevance
43 public final String dtdPath; field in DtdType68 private DtdType(String dtdPath) { in DtdType()80 private DtdType(String dtdPath, DtdType realType) { in DtdType()84 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType()
29 final String dtdPath = CLDRPaths.BASE_DIRECTORY + type.dtdPath; in write() local36 DtdType type, DtdData data, final String dtdPath, final String xsdPath) { in writeXsd()
37 String dtdPath = CLDRPaths.BASE_DIRECTORY + type.dtdPath; in main() local