Interface TreeWalker

The nodes of a document subtree and a position within them.

MDN Reference

Hierarchy

  • TreeWalker

Properties

currentNode: Node
filter: NodeFilter
root: Node
whatToShow: number

Methods