Skip to main content

pop_string

Function pop_string 

Source
pub unsafe fn pop_string(pc: *mut XmlXPathParserContext) -> *mut xmlChar
Expand description

Pop a string (freshly allocated; caller frees with xmlFree).

§SAFETY

  • pc must be a valid parser context or NULL.