Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java280 changeDocumentToThis(nodeImpl); in adoptNode()
290 private void changeDocumentToThis(NodeImpl node) { in changeDocumentToThis() method in DocumentImpl
300 changeDocumentToThis((NodeImpl) list.item(i)); in changeDocumentToThis()
307 changeDocumentToThis((AttrImpl) attributes.item(i)); in changeDocumentToThis()