Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java128 private NodeImpl shallowCopy(short operation, Node node) { in shallowCopy() method in DocumentImpl
169 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr); in shallowCopy()
219 NodeImpl copy = shallowCopy(operation, node); in cloneOrImportNode()