pub fn effective_boolean_value<N: DomNavigator>(
value: &XPathValue<N>,
) -> Result<bool, XPathError>Expand description
Compute the effective boolean value of an XPathValue.
pub fn effective_boolean_value<N: DomNavigator>(
value: &XPathValue<N>,
) -> Result<bool, XPathError>Compute the effective boolean value of an XPathValue.