pub unsafe fn pop_node_set(pc: *mut XmlXPathParserContext) -> *mut _xmlNodeSetExpand description
Pop a node set (freshly allocated; caller frees with xmlXPathFreeNodeSet).
§SAFETY
pcmust be a valid parser context or NULL.
pub unsafe fn pop_node_set(pc: *mut XmlXPathParserContext) -> *mut _xmlNodeSetPop a node set (freshly allocated; caller frees with xmlXPathFreeNodeSet).
pc must be a valid parser context or NULL.