XPathResult

注解
  • @Native("XPathResult")

属性

booleanValue bool?
无设置器
hashCode int
此对象的哈希值。
无设置器继承
invalidIteratorState bool?
无设置器
numberValue num?
无设置器
resultType int?
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
singleNodeValue Node?
无设置器
snapshotLength int?
无设置器
stringValue String?
无设置器

方法

iterateNext() Node?
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时将被调用。
继承
snapshotItem(int index) Node?
toString() String
此对象的字符串表示。
继承

运算符

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

常量

ANY_TYPE → const int
ANY_UNORDERED_NODE_TYPE → const int
BOOLEAN_TYPE → const int
FIRST_ORDERED_NODE_TYPE → const int
NUMBER_TYPE → const int
ORDERED_NODE_ITERATOR_TYPE → const int
ORDERED_NODE_SNAPSHOT_TYPE → const int
STRING_TYPE → const int
未排序节点迭代器类型 → const int
未排序节点快照类型 → const int