Kaydet (Commit) 40e43bfa authored tarafından Fred Drake's avatar Fred Drake

Document Node.isSameNode().

üst f891404e
......@@ -237,6 +237,13 @@ Returns true if the node has any attributes.
Returns true if the node has any child nodes.
\end{methoddesc}
\begin{methoddesc}[Node]{isSameNode}{other}
Returns true if \var{other} refers to the same node as this node.
This is especially useful for DOM implementations which use any sort
of proxy architecture (because more than one object can refer to the
same node).
\end{methoddesc}
\begin{methoddesc}[Node]{appendChild}{newChild}
Add a new child node to this node at the end of the list of children,
returning \var{newChild}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment