Searched refs:newAttrImpl (Results 1 – 1 of 1) sorted by relevance
270 AttrImpl newAttrImpl = (AttrImpl) newAttr; in setAttributeNode() local272 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() local297 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()