Skip to main content

xmlGetParameterEntity

Function xmlGetParameterEntity 

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

Get a parameter entity by name.

ยงUPSTREAM-PARITY

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