Type Definition libxml::bindings::xmlEntityReferenceFunc [−][src]
type xmlEntityReferenceFunc = Option<unsafe extern "C" fn(ent: xmlEntityPtr, firstNode: xmlNodePtr, lastNode: xmlNodePtr)>;
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.