Searched refs:firstVersion (Results 1 – 3 of 3) sorted by relevance
31 public final String firstVersion; field in DtdType42 private DtdType(String dtdPath, String firstVersion, DtdType realType, String... directories) { in DtdType() argument45 this.firstVersion = firstVersion; in DtdType()
42 String firstVersion = FIRST_VERSION.get(type); in main() local43 … if (firstVersion != null && current != null && current.compareTo(firstVersion) < 0) { in main()
91 String firstVersion = type.firstVersion; // FIRST_VERSION.get(type); in writeContents() local92 … if (firstVersion != null && current != null && current.compareTo(firstVersion) < 0) { in writeContents()