Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java169 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr); in shallowCopy() local
170 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy); in shallowCopy()
172 elementCopy.setAttributeNodeNS(elementAttrCopy); in shallowCopy()
174 elementCopy.setAttributeNode(elementAttrCopy); in shallowCopy()