Skip to main content

intersect_atomic_values

Function intersect_atomic_values 

Source
pub fn intersect_atomic_values(
    left: Vec<XmlValue>,
    right: Vec<XmlValue>,
) -> Vec<XmlValue>
Expand description

Compute the intersection of two atomic value sequences.

Note: This is NOT the XPath intersect operator (which is node-only).