Searched refs:getAttributeNamed (Results 1 – 6 of 6) sorted by relevance
408 public Attribute getAttributeNamed(String string) { in getAttributeNamed() method in DtdData.Element1166 Attribute attribute = element.getAttributeNamed(attributeName); in isDeprecated()1200 Attribute attribute = element.getAttributeNamed(attributeName); in getAttributeStatus()1601 Attribute attr = element.getAttributeNamed(attributeName); in getAttributeType()
241 … DtdData.Attribute attributeInfo = elementInfo.getAttributeNamed(attribute);
98 Attribute attributeInfo = elementInfo.getAttributeNamed(attribute); in handleCheck()321 Attribute attributeInfo = elementInfo.getAttributeNamed(attribute); in getMetadata()
115 Attribute attributeInfo = elementInfo.getAttributeNamed(attribute); in handlePathValue()
1282 if (element.getAttributeNamed("alt") == null) { in TestDtdCompatibility()1285 if (element.getAttributeNamed("draft") == null) { in TestDtdCompatibility()1387 .getAttributeNamed(oldAttribute.getName()); in TestDtdCompatibility()
433 Attribute attribute = current.getAttributeNamed(attributeName); in checkParts()