pub unsafe fn pop_number(pc: *mut XmlXPathParserContext) -> f64Expand description
Pop a number (upstream xmlXPathPopNumber): converts the top of the stack
to a number, frees it, returns the value.
§SAFETY
pcmust be a valid parser context or NULL.