Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java238 AttrImpl oldAttrImpl = (AttrImpl) oldAttr; in removeAttributeNode() local
240 if (oldAttrImpl.getOwnerElement() != this) { in removeAttributeNode()
244 attributes.remove(oldAttrImpl); in removeAttributeNode()
245 oldAttrImpl.ownerElement = null; in removeAttributeNode()
247 return oldAttrImpl; in removeAttributeNode()
284 AttrImpl oldAttrImpl = null; in setAttributeNode() local
288 oldAttrImpl = attributes.get(i); in setAttributeNode()
295 return oldAttrImpl; in setAttributeNode()
309 AttrImpl oldAttrImpl = null; in setAttributeNodeNS() local
313 oldAttrImpl = attributes.get(i); in setAttributeNodeNS()
[all …]