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