[−][src]Type Definition libxslt::bindings::getEntitySAXFunc
type getEntitySAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8) -> *mut _xmlEntity>;
getEntitySAXFunc: @ctx: the user data (XML parser context) @name: The entity name
Get an entity by name.
Returns the xmlEntityPtr if found.