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