Type Definition libxml::bindings::referenceSAXFunc [−][src]
type referenceSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar)>;
referenceSAXFunc: @ctx: the user data (XML parser context) @name: The entity name
Called when an entity reference is detected.