Searched refs:dtdType2 (Results 1 – 2 of 2) sorted by relevance
199 private void checkAttributes(DtdType dtdType1, DtdType dtdType2) { in checkAttributes() argument203 .getInstance(dtdType2).getElementAttribute2Data(); in checkAttributes()215 + mainValue.toString() + "\t" + dtdType2.toString() in checkAttributes()220 logln(dtdType1 + " and " + dtdType2 + ":\t" + key + "\t" in checkAttributes()231 logln(dtdType2 + ":\t" + key + "\t" + suppData.get(key)); in checkAttributes()249 private void checkElements(DtdType dtdType1, DtdType dtdType2) { in checkElements() argument253 dtdType2).getElement2Children(); in checkElements()265 + dtdType1 + ":\t" + mainValues + "\t" + dtdType2 + ":\t" in checkElements()269 logln(dtdType1 + " and " + dtdType2 + ":\t" + key + "\t" in checkElements()280 logln(dtdType2 + ":\t" + key + "\t" + suppData.getAll(key)); in checkElements()
1455 public static boolean isMetadataOld(DtdType dtdType2, XPathParts pathPlain) { in isMetadataOld() argument1460 switch (dtdType2) { in isMetadataOld()