pub unsafe fn pc_set_error(pc: *mut XmlXPathParserContext, code: c_int)Expand description
Set the parser-context error code (upstream xmlXPathSetError /
XP_ERROR).
ยงSAFETY
pcmust be a valid parser context.
pub unsafe fn pc_set_error(pc: *mut XmlXPathParserContext, code: c_int)Set the parser-context error code (upstream xmlXPathSetError /
XP_ERROR).
pc must be a valid parser context.