Skip to main content

compare_values_impl

Function compare_values_impl 

Source
pub unsafe fn compare_values_impl(
    pc: *mut XmlXPathParserContext,
    inf: bool,
    strict: bool,
) -> c_int
Expand description

Pop two objects and compare with <, <=, >, >= (upstream xmlXPathCompareValues with the inf / strict encoding).

ยงSAFETY

  • pc must be a valid parser context.