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

Static Methods

internalCreateNodeIterator() NodeIterator

Constructors

NodeIterator(Node root, int whatToShow)

factory
NodeIterator.internal_()

Properties

read / write, inherited
hashCode int

read-only
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.

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 a string representation of this object.

inherited