XPathNumber class

Wrapper around a num in XPath.

Implemented types

Constructors

XPathNumber(num 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 num
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