TreeWalker

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

构造函数

TreeWalker(Node root, int whatToShow)
工厂方法

属性

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

方法

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

运算符

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