Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java270 AttrImpl newAttrImpl = (AttrImpl) newAttr; in setAttributeNode() local
272 if (newAttrImpl.document != this.document) { in setAttributeNode()
276 if (newAttrImpl.getOwnerElement() != null) { in setAttributeNode()
288 attributes.add(newAttrImpl); in setAttributeNode()
289 newAttrImpl.ownerElement = this; in setAttributeNode()
295 AttrImpl newAttrImpl = (AttrImpl) newAttr; in setAttributeNodeNS() local
297 if (newAttrImpl.document != this.document) { in setAttributeNodeNS()
301 if (newAttrImpl.getOwnerElement() != null) { in setAttributeNodeNS()
313 attributes.add(newAttrImpl); in setAttributeNodeNS()
314 newAttrImpl.ownerElement = this; in setAttributeNodeNS()