XPathResult class

The results generated by evaluating an XPath expression within the context of a given node.

MDN Reference

Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

XPathResult()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

anyType num
no setter
anyUnorderedNodeType num
no setter
booleanType num
no setter
firstOrderedNodeType num
no setter
numberType num
no setter
orderedNodeIteratorType num
no setter
orderedNodeSnapshotType num
no setter
stringType num
no setter
unorderedNodeIteratorType num
no setter
unorderedNodeSnapshotType num
no setter