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 7f8a079 commit 36d6f41Copy full SHA for 36d6f41
Doc/library/xml.dom.rst
@@ -410,8 +410,8 @@ NodeList Objects
410
A :class:`!NodeList` represents a sequence of nodes. These objects are used in
411
two ways in the DOM Core recommendation: an :class:`Element` object provides
412
one as its list of child nodes, and the :meth:`getElementsByTagName` and
413
- :meth:`getElementsByTagNameNS` methods of :class:`Node` return objects with this
414
- interface to represent query results.
+ :meth:`getElementsByTagNameNS` methods of :class:`Element` & :class:`Document`
+ return objects with this interface to represent query results.
415
416
The DOM Level 2 recommendation defines one method and one attribute for these
417
objects:
0 commit comments