/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | InnerNodeImpl.java | 174 public Node removeChild(Node oldChild) throws DOMException { in removeChild() 196 public Node replaceChild(Node newChild, Node oldChild) throws DOMException { in replaceChild()
|
H A D | NodeImpl.java | 155 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 D | Node.java | 347 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/ |
D | msxml.h | 407 #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/ |
D | minidom.py | 131 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/ |
D | minidom.py | 131 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/ |
D | minidom.py | 129 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/ |
D | minidom.py | 131 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/ |
D | minidom.py | 131 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 D | minidom.py | 131 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/ |
D | minidom.py | 131 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 D | DOMResultTest.java | 164 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 D | ElemLiteralResult.java | 991 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 D | ANoopCommand.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
H A D | ANoopExpression.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
H A D | AOptimizedMultipleCommand.java | 40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
H A D | noderemovechildoldchildnonexistent.java | 69 Node oldChild; in runTest() local
|
H A D | hc_noderemovechildoldchildnonexistent.java | 68 Node oldChild; in runTest() local
|
H A D | hc_nodereplacechildinvalidnodetype.java | 75 Node oldChild; in runTest() local
|
H A D | nodereplacechildinvalidnodetype.java | 74 Node oldChild; in runTest() local
|
H A D | nodereplacechildoldchildnonexistent.java | 69 Node oldChild; in runTest() local
|
H A D | hc_nodereplacechildoldchildnonexistent.java | 68 Node oldChild; in runTest() local
|
H A D | hc_nodereplacechildnodeancestor.java | 72 Node oldChild; in runTest() local
|
H A D | nodereplacechildnodeancestor.java | 74 Node oldChild; in runTest() local
|
H A D | hc_nodereplacechildnewchilddiffdocument.java | 72 Node oldChild; in runTest() local
|