Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeIterator

Package version

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

filter: NodeFilter | null

pointerBeforeReferenceNode

pointerBeforeReferenceNode: boolean

referenceNode

referenceNode: Node

root

root: Node

whatToShow

whatToShow: number

Methods

detach

  • detach(): void
  • Returns void

nextNode

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

previousNode

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

Generated using TypeDoc