class js.html.TreeWalker
Available on jsThe TreeWalker object represents the nodes of a document subtree and a position within them.
A TreeWalker can be created using the createTreeWalker() method of the document object.
Documentation for this class was provided by MDN.