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

type xmlEntityReferenceFunc = Option<unsafe extern "C" fn(*mut _xmlEntity, *mut _xmlNode, *mut _xmlNode)>;

xmlEntityReferenceFunc: @ent: the entity @firstNode: the fist node in the chunk @lastNode: the last nod in the chunk

Callback function used when one needs to be able to track back the provenance of a chunk of nodes inherited from an entity replacement.