TreeWalker

注解
  • @Unstable()
  • @Native("TreeWalker")

构造函数

TreeWalker(Node root, int whatToShow)
工厂

属性

currentNode Node
getter/setter 对
filter NodeFilter?
无设置器
hashCode int
此对象的哈希码。
无设置器继承
root Node
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
whatToShow int
无设置器

方法

firstChild() Node?
lastChild() Node?
nextNode() Node?
nextSibling() Node?
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
parentNode() Node?
previousNode() Node?
previousSibling() Node?
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
等于运算符。
继承