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

bool booleanValue
read-only
bool invalidIteratorState
read-only
double numberValue
read-only
int resultType
read-only
Node singleNodeValue
read-only
int snapshotLength
read-only
String stringValue
read-only

Methods

iterateNext() → Node
snapshotItem(int index) → Node