Skip to main content

xmlGetDocEntity

Function xmlGetDocEntity 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlGetDocEntity( doc: *const _xmlDoc, name: *const xmlChar, ) -> *mut _xmlEntity
Expand description

Get an entity by name.

ยงUPSTREAM-PARITY

xmlEntityPtr xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name);