Dart API Referencedart:htmlXPathResult

XPathResult Interface

Refer to nsIDOMXPathResult for more detail.

Static Fields

Code final int ANY_TYPE #

static final int ANY_TYPE = 0;

Code final int ANY_UNORDERED_NODE_TYPE #

static final int ANY_UNORDERED_NODE_TYPE = 8;

Code final int BOOLEAN_TYPE #

static final int BOOLEAN_TYPE = 3;

Code final int FIRST_ORDERED_NODE_TYPE #

static final int FIRST_ORDERED_NODE_TYPE = 9;

Code final int NUMBER_TYPE #

static final int NUMBER_TYPE = 1;

Code final int ORDERED_NODE_ITERATOR_TYPE #

static final int ORDERED_NODE_ITERATOR_TYPE = 5;

Code final int ORDERED_NODE_SNAPSHOT_TYPE #

static final int ORDERED_NODE_SNAPSHOT_TYPE = 7;

Code final int STRING_TYPE #

static final int STRING_TYPE = 2;

Code final int UNORDERED_NODE_ITERATOR_TYPE #

static final int UNORDERED_NODE_ITERATOR_TYPE = 4;

Code final int UNORDERED_NODE_SNAPSHOT_TYPE #

static final int UNORDERED_NODE_SNAPSHOT_TYPE = 6;

Methods

Code Node iterateNext() #

Node iterateNext();

Code Node snapshotItem(int index) #

Node snapshotItem(int index);

Fields

Code final bool booleanValue #

readonly boolean
final bool booleanValue;

Code final bool invalidIteratorState #

readonly boolean
final bool invalidIteratorState;

Code final num numberValue #

readonly float
final num numberValue;

Code final int resultType #

readonly integer (short)
final int resultType;

Code final Node singleNodeValue #

readonly Node
final Node singleNodeValue;

Code final int snapshotLength #

readonly Integer
final int snapshotLength;

Code final String stringValue #

readonly String
final String stringValue;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.