[−][src]Type Definition libxslt::bindings::charactersSAXFunc
type charactersSAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8, i32)>;
charactersSAXFunc: @ctx: the user data (XML parser context) @ch: a xmlChar string @len: the number of xmlChar
Receiving some chars from the parser.