Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java168 AttrImpl elementAttr = (AttrImpl) attributes.item(i); in shallowCopy() local
169 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr); in shallowCopy()
170 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy); in shallowCopy()
171 if (elementAttr.namespaceAware) { in shallowCopy()