W3cubDocs

/Dart 2

XPathResult class

Annotations
  • @deprecated
  • @Native("XPathResult")

Properties

booleanValuebool
final
invalidIteratorStatebool
final
numberValuenum
final
resultTypeint
final
singleNodeValueNode
final
snapshotLengthint
final
stringValueString
final
hashCodeint
read-only, inherited
The hash code for this object. [...]
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.

Methods

iterateNext() → Node
snapshotItem(int index) → Node
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/XPathResult-class.html