[][src]Type Definition libxslt::bindings::processingInstructionSAXFunc

type processingInstructionSAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8, *const u8)>;

processingInstructionSAXFunc: @ctx: the user data (XML parser context) @target: the target name @data: the PI data's

A processing instruction has been parsed.