Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TreeWalkerImpl

Hierarchy

Implements

  • NodeIterator
  • TreeWalker

Index

Constructors

constructor

Properties

Readonly filter

filter: INodeFilter

pointerBeforeReferenceNode

pointerBeforeReferenceNode: boolean = true

referenceNode

referenceNode: Node = this.root

Readonly root

root: Node

Readonly whatToShow

whatToShow: NodeFilter

Accessors

currentNode

  • get currentNode(): Node
  • set currentNode(node: Node): void

Methods

detach

  • detach(): void

firstChild

  • firstChild(): null | Node

lastChild

  • lastChild(): null | Node

nextNode

  • nextNode(): Node | null

nextSibling

  • nextSibling(): null | Node

parentNode

  • parentNode(): null | Node

previousNode

  • previousNode(): Node | null

previousSibling

  • previousSibling(): null | Node

Private setIfExists

  • setIfExists(node: Node | null): null | Node

Generated using TypeDoc