XPathResult class - dart:html library (original) (raw)
Annotations
- @Native.new("XPathResult")
Properties
booleanValue → bool?
no setter
The hash code for this object.
no setterinherited
no setter
numberValue → num?
no setter
resultType → int?
no setter
A representation of the runtime type of the object.
no setterinherited
no setter
no setter
no setter
Methods
iterateNext()→ Node?
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
snapshotItem(int index)→ Node?
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited
Constants
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
UNORDERED_NODE_ITERATOR_TYPE → const int
UNORDERED_NODE_SNAPSHOT_TYPE → const int