pub unsafe fn new_parser_context(
str_: *const xmlChar,
ctxt: *mut _xmlXPathContext,
) -> *mut XmlXPathParserContextExpand description
Create a new parser context over str with the given evaluation context.
ยงSAFETY
strmust be a valid NUL-terminated string or NULL.ctxtmust be a valid_xmlXPathContextor NULL.