Home
last modified time | relevance | path

Searched refs:thisAttrib (Results 1 – 1 of 1) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java221 AttributeInfo thisAttrib = (AttributeInfo) this.attributes.elementAt(attribIndex); in attributesAreEqual() local
222 Object thisAttribValue = thisAttrib.getValue(); in attributesAreEqual()
223 if (!other.hasAttribute(thisAttrib.getName())) { in attributesAreEqual()
226 Object otherAttribValue = other.getAttributeSafely(thisAttrib.getName()); in attributesAreEqual()