Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Readonly filter

filter: null | <internal>.NodeFilter

Readonly pointerBeforeReferenceNode

pointerBeforeReferenceNode: boolean

Readonly referenceNode

referenceNode: <internal>.Node

Readonly root

Readonly whatToShow

whatToShow: number

Methods

detach

  • detach(): void
  • Returns void

nextNode

  • Returns null | <internal>.Node

previousNode

  • Returns null | <internal>.Node

Generated using TypeDoc