Dart
dart:html
XPathResult
class
description
XPathResult class
Annotations
@deprecated
@Native("XPathResult")
Properties
booleanValue
→
bool
final
invalidIteratorState
→
bool
final
numberValue
→
num
final
resultType
→
int
final
singleNodeValue
→
Node
final
snapshotLength
→
int
final
stringValue
→
String
final
hashCode
→
int
The hash code for this object.
[...]
read-only, inherited
runtimeType
→
Type
A representation of the runtime type of the object.
read-only, inherited
Methods
iterateNext
(
)
→
Node
snapshotItem
(
int
index
)
→
Node
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a non-existent method or property is accessed.
[...]
inherited
toString
(
)
→
String
Returns a string representation of this object.
inherited
Operators
operator ==
(
dynamic
other
)
→
bool
The equality operator.
[...]
inherited
Constants
ANY_TYPE
→ const
int
0
ANY_UNORDERED_NODE_TYPE
→ const
int
8
BOOLEAN_TYPE
→ const
int
3
FIRST_ORDERED_NODE_TYPE
→ const
int
9
NUMBER_TYPE
→ const
int
1
ORDERED_NODE_ITERATOR_TYPE
→ const
int
5
ORDERED_NODE_SNAPSHOT_TYPE
→ const
int
7
STRING_TYPE
→ const
int
2
UNORDERED_NODE_ITERATOR_TYPE
→ const
int
4
UNORDERED_NODE_SNAPSHOT_TYPE
→ const
int
6