Searched refs:attributeRow (Results 1 – 1 of 1) sorted by relevance
185 final R2<DtdType, String> attributeRow = Row.of(dtdType, elementName); in checkBadAttributes() local186 ATTRIBUTES_POSSIBLE.put(attributeName, attributeRow); in checkBadAttributes()196 if (attributeRows == null || !attributeRows.contains(attributeRow)) { in checkBadAttributes()