Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeIterator

An iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.

Hierarchy

  • NodeIterator

Index

Properties

filter: null | NodeFilter
pointerBeforeReferenceNode: boolean
referenceNode: Node
root: Node
whatToShow: number

Methods

  • detach(): void
  • Returns void

  • nextNode(): null | Node
  • Returns null | Node

  • previousNode(): null | Node
  • Returns null | Node

Generated using TypeDoc