Searched refs:thisAttrib (Results 1 – 1 of 1) sorted by relevance
221 AttributeInfo thisAttrib = (AttributeInfo) this.attributes.elementAt(attribIndex); in attributesAreEqual() local222 Object thisAttribValue = thisAttrib.getValue(); in attributesAreEqual()223 if (!other.hasAttribute(thisAttrib.getName())) { in attributesAreEqual()226 Object otherAttribValue = other.getAttributeSafely(thisAttrib.getName()); in attributesAreEqual()