Inheritance
Annotations
  • DocsEditable()
  • DomName('XPathResult')
  • deprecated

Constants

ANY_TYPE int

0
ANY_UNORDERED_NODE_TYPE int

8
BOOLEAN_TYPE int

3
FIRST_ORDERED_NODE_TYPE int

9
NUMBER_TYPE int

1
ORDERED_NODE_ITERATOR_TYPE int

5
ORDERED_NODE_SNAPSHOT_TYPE int

7
STRING_TYPE int

2
UNORDERED_NODE_ITERATOR_TYPE int

4
UNORDERED_NODE_SNAPSHOT_TYPE int

6

Static Properties

instanceRuntimeType Type

read-only

Constructors

XPathResult.internal_()

Properties

booleanValue bool

read-only
hashCode int

read-only, inherited
invalidIteratorState bool

read-only
numberValue num

read-only
resultType int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
singleNodeValue Node

read-only
snapshotLength int

read-only
stringValue String

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

iterateNext() Node

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
snapshotItem(int index) Node

toString() String

Returns the result of the JavaScript objects toString method.

inherited