NodeIterator class
- Annotations
-
- @Unstable()
- @Native("NodeIterator")
Constructors
- NodeIterator.new(Node root, int whatToShow)
-
factory
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
- pointerBeforeReferenceNode â bool?
-
no setter
- referenceNode â Node?
-
no setter
- root â Node
-
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
- whatToShow â int
-
no setter
Methods
-
detach(
) â void -
nextNode(
) â Node? -
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previousNode(
) â Node? -
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited