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

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

endElementNsSAX2Func: @ctx: the user data (XML parser context) @localname: the local name of the element @prefix: the element namespace prefix if available @URI: the element namespace name if available

SAX2 callback when an element end has been detected by the parser. It provides the namespace informations for the element.