Searched refs:oldAttrImpl (Results 1 – 1 of 1) sorted by relevance
238 AttrImpl oldAttrImpl = (AttrImpl) oldAttr; in removeAttributeNode() local240 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() local288 oldAttrImpl = attributes.get(i); in setAttributeNode()295 return oldAttrImpl; in setAttributeNode()309 AttrImpl oldAttrImpl = null; in setAttributeNodeNS() local313 oldAttrImpl = attributes.get(i); in setAttributeNodeNS()[all …]