Skip to main content

eval_binary

Function eval_binary 

Source
pub fn eval_binary(
    op: BinaryOpKind,
    left: &XmlValue,
    right: &XmlValue,
) -> Result<XmlValue, XPathError>
Expand description

Evaluate a binary operator for two atomic values.