NodeIterator class

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.

MDN Reference

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

NodeIterator()
factory

Properties

detach ↔ void Function()

Available on NodeIterator, provided by the NodeIterator$Typings extension

getter/setter pair
filter Object?

Available on NodeIterator, provided by the NodeIterator$Typings extension

MDN Reference
no setter
hashCode int
The hash code for this object.
no setterinherited
nextNode Node? Function()

Available on NodeIterator, provided by the NodeIterator$Typings extension

getter/setter pair
pointerBeforeReferenceNode bool

Available on NodeIterator, provided by the NodeIterator$Typings extension

MDN Reference
no setter
previousNode Node? Function()

Available on NodeIterator, provided by the NodeIterator$Typings extension

getter/setter pair
referenceNode Node

Available on NodeIterator, provided by the NodeIterator$Typings extension

MDN Reference
no setter
root Node

Available on NodeIterator, provided by the NodeIterator$Typings extension

MDN Reference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whatToShow num

Available on NodeIterator, provided by the NodeIterator$Typings extension

MDN Reference
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited