XPathValue class sealed

Wrapper of XPath values.

Implementers
Annotations
  • @immutable

Constructors

XPathValue()

Properties

boolean bool
Returns the boolean of this value.
no setter
hashCode int
The hash code for this object.
no setterinherited
nodes Iterable<XmlNode>
Returns the node-set of this value.
no setter
number num
Returns the numerical of this value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String
Returns the string of this value.
no setter
value → dynamic
The value.
no setter

Methods

call(XPathContext context) XPathValue
Evaluates the given XPath expression.
inherited
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