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

type xmlRegisterNodeFunc = Option<unsafe extern "C" fn(node: xmlNodePtr)>;

xmlRegisterNodeFunc: @node: the current node

Signature for the registration callback of a created node