pub unsafe fn compare_values_impl(
pc: *mut XmlXPathParserContext,
inf: bool,
strict: bool,
) -> c_intExpand description
Pop two objects and compare with <, <=, >, >= (upstream
xmlXPathCompareValues with the inf / strict encoding).
ยงSAFETY
pcmust be a valid parser context.