NodeIterator class
- Annotations
- @Unstable.new()
- @Native.new("NodeIterator")
Constructors
- NodeIterator(Noderoot,intwhatToShow)
- 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(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- previousNode(
)→Node? - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited