Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f891404 commit 40e43bfCopy full SHA for 40e43bf
1 file changed
Doc/lib/xmldom.tex
@@ -237,6 +237,13 @@ \subsubsection{Node Objects \label{dom-node-objects}}
237
Returns true if the node has any child nodes.
238
\end{methoddesc}
239
240
+\begin{methoddesc}[Node]{isSameNode}{other}
241
+Returns true if \var{other} refers to the same node as this node.
242
+This is especially useful for DOM implementations which use any sort
243
+of proxy architecture (because more than one object can refer to the
244
+same node).
245
+\end{methoddesc}
246
+
247
\begin{methoddesc}[Node]{appendChild}{newChild}
248
Add a new child node to this node at the end of the list of children,
249
returning \var{newChild}.
0 commit comments