Not documented.

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

Constants

int ANY_TYPE = 0
const

int ANY_UNORDERED_NODE_TYPE = 8
const

int BOOLEAN_TYPE = 3
const

int FIRST_ORDERED_NODE_TYPE = 9
const

int NUMBER_TYPE = 1
const

int ORDERED_NODE_ITERATOR_TYPE = 5
const

int ORDERED_NODE_SNAPSHOT_TYPE = 7
const

int STRING_TYPE = 2
const

int UNORDERED_NODE_ITERATOR_TYPE = 4
const

int UNORDERED_NODE_SNAPSHOT_TYPE = 6
const

Properties

booleanValue bool
read-only

invalidIteratorState bool
read-only

numberValue double
read-only

resultType int
read-only

singleNodeValue Node
read-only

snapshotLength int
read-only

stringValue String
read-only

Methods

iterateNext() → Node

snapshotItem(int index) → Node