XPathResult class

The interface represents the results generated by evaluating an XPath expression within the context of a given node. Since XPath expressions can result in a variety of result types, this interface makes it possible to determine and handle the type and value of the result.

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 int
no setter
anyUnorderedNodeType int
no setter
booleanType int
no setter
firstOrderedNodeType int
no setter
numberType int
no setter
orderedNodeIteratorType int
no setter
orderedNodeSnapshotType int
no setter
stringType int
no setter
unorderedNodeIteratorType int
no setter
unorderedNodeSnapshotType int
no setter