Home
last modified time | relevance | path

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

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java122 public Object getAttributeSafely(String name) { in getAttributeSafely() method in AttributeContainer
137 public Object getAttributeSafely(String namespace,String name) { in getAttributeSafely() method in AttributeContainer
226 Object otherAttribValue = other.getAttributeSafely(thisAttrib.getName()); in attributesAreEqual()
/external/ksoap2/
D0001-ksoap2-update.patch228 + public Object getAttributeSafely(String namespace,String name) {