Home
last modified time | relevance | path

Searched defs:oldChild (Results 1 – 25 of 203) sorted by relevance

123456789

/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DInnerNodeImpl.java174 public Node removeChild(Node oldChild) throws DOMException { in removeChild()
196 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()
H A DNodeImpl.java155 public Node removeChild(Node oldChild) throws DOMException { in removeChild()
159 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java347 Node oldChild) in replaceChild()
365 public Node removeChild(Node oldChild) in removeChild()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmsxml.h407 #define IXMLDOMNode_replaceChild(This,newChild,oldChild,outOldChild) (This)->lpVtbl->replaceChild(T… argument
408 #define IXMLDOMNode_removeChild(This,childNode,oldChild) (This)->lpVtbl->removeChild(This,childNode… argument
584 #define IXMLDOMDocumentFragment_replaceChild(This,newChild,oldChild,outOldChild) (This)->lpVtbl->re… argument
585 #define IXMLDOMDocumentFragment_removeChild(This,childNode,oldChild) (This)->lpVtbl->removeChild(Th… argument
756 #define IXMLDOMDocument_replaceChild(This,newChild,oldChild,outOldChild) (This)->lpVtbl->replaceChi… argument
757 #define IXMLDOMDocument_removeChild(This,childNode,oldChild) (This)->lpVtbl->removeChild(This,child… argument
1120 #define IXMLDOMCharacterData_replaceChild(This,newChild,oldChild,outOldChild) (This)->lpVtbl->repla… argument
1121 #define IXMLDOMCharacterData_removeChild(This,childNode,oldChild) (This)->lpVtbl->removeChild(This,… argument
1256 #define IXMLDOMAttribute_replaceChild(This,newChild,oldChild,outOldChild) (This)->lpVtbl->replaceCh… argument
1257 #define IXMLDOMAttribute_removeChild(This,childNode,oldChild) (This)->lpVtbl->removeChild(This,chil… argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/
Dminidom.py131 def replaceChild(self, newChild, oldChild): argument
163 def removeChild(self, oldChild): argument
979 def removeChild(self, oldChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1400 def removeChild(self, oldChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
1629 def removeChild(self, oldChild): argument
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/
Dminidom.py131 def replaceChild(self, newChild, oldChild): argument
163 def removeChild(self, oldChild): argument
979 def removeChild(self, oldChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1400 def removeChild(self, oldChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
1629 def removeChild(self, oldChild): argument
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/
Dminidom.py129 def replaceChild(self, newChild, oldChild): argument
161 def removeChild(self, oldChild): argument
894 def removeChild(self, oldChild): argument
902 def replaceChild(self, newChild, oldChild): argument
1328 def removeChild(self, oldChild): argument
1332 def replaceChild(self, newChild, oldChild): argument
1555 def removeChild(self, oldChild): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/
Dminidom.py131 def replaceChild(self, newChild, oldChild): argument
163 def removeChild(self, oldChild): argument
979 def removeChild(self, oldChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1400 def removeChild(self, oldChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
1629 def removeChild(self, oldChild): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/
Dminidom.py131 def replaceChild(self, newChild, oldChild): argument
163 def removeChild(self, oldChild): argument
979 def removeChild(self, oldChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1400 def removeChild(self, oldChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
1629 def removeChild(self, oldChild): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/
H A Dminidom.py131 def replaceChild(self, newChild, oldChild): argument
163 def removeChild(self, oldChild): argument
979 def removeChild(self, oldChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1400 def removeChild(self, oldChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
1629 def removeChild(self, oldChild): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/
Dminidom.py131 def replaceChild(self, newChild, oldChild): argument
163 def removeChild(self, oldChild): argument
979 def removeChild(self, oldChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1400 def removeChild(self, oldChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
1629 def removeChild(self, oldChild): argument
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/
H A DDOMResultTest.java164 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { return null; } in replaceChild()
167 public Node removeChild(Node oldChild) throws DOMException { return null; } in removeChild()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java991 public Node removeChild(Node oldChild) throws DOMException in removeChild()
1008 public Node replaceChild(Node newChild, Node oldChild) throws DOMException in replaceChild()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DANoopCommand.java41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
H A DANoopExpression.java41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
H A DAOptimizedMultipleCommand.java40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnoderemovechildoldchildnonexistent.java69 Node oldChild; in runTest() local
H A Dhc_noderemovechildoldchildnonexistent.java68 Node oldChild; in runTest() local
H A Dhc_nodereplacechildinvalidnodetype.java75 Node oldChild; in runTest() local
H A Dnodereplacechildinvalidnodetype.java74 Node oldChild; in runTest() local
H A Dnodereplacechildoldchildnonexistent.java69 Node oldChild; in runTest() local
H A Dhc_nodereplacechildoldchildnonexistent.java68 Node oldChild; in runTest() local
H A Dhc_nodereplacechildnodeancestor.java72 Node oldChild; in runTest() local
H A Dnodereplacechildnodeancestor.java74 Node oldChild; in runTest() local
H A Dhc_nodereplacechildnewchilddiffdocument.java72 Node oldChild; in runTest() local

123456789