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

Constants

ANY_TYPE int

const 0
ANY_UNORDERED_NODE_TYPE int

const 8
BOOLEAN_TYPE int

const 3
FIRST_ORDERED_NODE_TYPE int

const 9
NUMBER_TYPE int

const 1
ORDERED_NODE_ITERATOR_TYPE int

const 5
ORDERED_NODE_SNAPSHOT_TYPE int

const 7
STRING_TYPE int

const 2
UNORDERED_NODE_ITERATOR_TYPE int

const 4
UNORDERED_NODE_SNAPSHOT_TYPE int

const 6

Static Methods

internalCreateXPathResult() XPathResult

Constructors

XPathResult.internal_()

Properties

The underlying JS DOM object.

read / write, inherited
booleanValue bool

read-only
hashCode int

read-only
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.

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 a string representation of this object.

inherited