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
invalidIteratorState bool

read-only
numberValue num

read-only
resultType int

read-only
singleNodeValue Node

read-only
snapshotLength int

read-only
stringValue String

read-only
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

iterateNext() Node

DocsEditable(), DomName('XPathResult.iterateNext')
snapshotItem(int index) Node

DocsEditable(), DomName('XPathResult.snapshotItem')
noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited