XPathResult class
- Annotations
- @Native.new("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(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- snapshotItem(
intindex)→Node? - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited
Constants
- ANY_TYPE→ constint
- ANY_UNORDERED_NODE_TYPE→ constint
- BOOLEAN_TYPE→ constint
- FIRST_ORDERED_NODE_TYPE→ constint
- NUMBER_TYPE→ constint
- ORDERED_NODE_ITERATOR_TYPE→ constint
- ORDERED_NODE_SNAPSHOT_TYPE→ constint
- STRING_TYPE→ constint
- UNORDERED_NODE_ITERATOR_TYPE→ constint
- UNORDERED_NODE_SNAPSHOT_TYPE→ constint