Inheritance
Annotations
  • DomName('NodeIterator')
  • Unstable()

Static Properties

instanceRuntimeType Type

read-only

Constructors

NodeIterator(Node root, int whatToShow)

factory
NodeIterator.internal_()

Properties

hashCode int

read-only, inherited
pointerBeforeReferenceNode bool

read-only
referenceNode Node

read-only
root Node

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
whatToShow int

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

detach() → void

nextNode() Node

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
previousNode() Node

toString() String

Returns the result of the JavaScript objects toString method.

inherited