XPathResult class - dart:html library (original) (raw)

Annotations

Properties

booleanValuebool?

no setter

hashCodeint

The hash code for this object.

no setterinherited

invalidIteratorStatebool?

no setter

numberValuenum?

no setter

resultTypeint?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

singleNodeValueNode?

no setter

snapshotLengthint?

no setter

stringValueString?

no setter

Methods

iterateNext()→ Node?

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

snapshotItem(int index)→ Node?

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited

Constants

ANY_TYPE → const int

ANY_UNORDERED_NODE_TYPE → const int

BOOLEAN_TYPE → const int

FIRST_ORDERED_NODE_TYPE → const int

NUMBER_TYPE → const int

ORDERED_NODE_ITERATOR_TYPE → const int

ORDERED_NODE_SNAPSHOT_TYPE → const int

STRING_TYPE → const int

UNORDERED_NODE_ITERATOR_TYPE → const int

UNORDERED_NODE_SNAPSHOT_TYPE → const int