Searched refs:dtdAttributes (Results 1 – 2 of 2) sorted by relevance
391 Set<String> dtdAttributes = dtdElementToAttributes.getAll(element); in checkNodeData() local397 if (!dtdAttributes.containsAll(actualAttributes) in checkNodeData()398 || !dtdAttributes.containsAll(attributesAlwaysFound)) { in checkNodeData()401 + ", " + element + ", " + dtdAttributes + ", " in checkNodeData()405 Set<String> notFound = new TreeSet<String>(dtdAttributes); in checkNodeData()
48 private void dtdAttributes() { in dtdAttributes() method in TestComparisonBuilder