XPathString class

Wrapper around a String in XPath.

Implemented types

Constructors

XPathString(String value)
const

Properties

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

Methods

call(XPathContext context) XPathValue
Evaluates the given XPath expression.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

empty → const XPathString
The empty string as a reusable object.