XPathBoolean class
Wrapper around a bool in XPath.
- Implemented types
Constructors
- XPathBoolean(bool 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 → bool
-
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