Type Definition libxml::bindings::startDocumentSAXFunc[][src]

type startDocumentSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void)>;

startDocumentSAXFunc: @ctx: the user data (XML parser context)

Called when the document start being processed.