Expand description
XPath 1.0 Runtime Types (§25).
Internal Rust representation of XPath values: node-sets, strings, numbers, booleans, and conversions between them.
§UPSTREAM-PARITY
XPath 1.0 type system with exact IEEE 754 floating-point semantics: NaN, infinity, negative zero, rounding behavior.
§Courts
XPATH-TYPES-*
Structs§
Enums§
- XPath
Type - XPath type.
- XPath
Value - XPath runtime value.
Functions§
- compare_
document_ ⚠order - Compare two nodes in document order.
- node_
string_ value - Get the string value of a node (XPath 1.0 §5.1).
- number_
to_ string - Convert a number to a string (XPath 1.0 §4.7.2).
- string_
to_ number - Convert a string to a number (XPath 1.0 §4.7.1).