HomeSort by relevance Sort by last modified time
    Searched refs:replacedChild (Results 1 - 8 of 8) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodereplacechildnomodificationallowederrEE.java 70 Node replacedChild;
80 replacedChild = entRef.replaceChild(createdNode, entText);
hc_nodereplacechildnewchildexists.java 81 Node replacedChild;
89 replacedChild = employeeNode.replaceChild(newChild, oldChild);
90 assertSame("return_value_same", oldChild, replacedChild);
hc_nodereplacechildinvalidnodetype.java 76 Node replacedChild;
86 replacedChild = rootNode.replaceChild(newChild, oldChild);
hc_nodereplacechildnewchilddiffdocument.java 76 Node replacedChild;
87 replacedChild = elementNode.replaceChild(newChild, oldChild);
nodereplacechildinvalidnodetype.java 75 Node replacedChild;
85 replacedChild = rootNode.replaceChild(newChild, oldChild);
nodereplacechildnewchilddiffdocument.java 76 Node replacedChild;
87 replacedChild = elementNode.replaceChild(newChild, oldChild);
nodereplacechildnomodificationallowederr.java 75 Node replacedChild;
93 replacedChild = entRef.replaceChild(createdNode, entElement);
nodereplacechildnewchildexists.java 98 Node replacedChild;
115 replacedChild = employeeNode.replaceChild(newChild, oldChild);
116 assertSame("return_value_same", oldChild, replacedChild);

Completed in 92 milliseconds