Skip to main content

startElementSAXFunc

Type Alias startElementSAXFunc 

Source
pub type startElementSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, atts: *mut *const xmlChar);
Expand description

Callback for element start (SAX1).

§Parameters

  • name: element name
  • atts: NULL-terminated array of [name, value, name, value, …, NULL]