Skip to main content

xmlGetProp

Function xmlGetProp 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlGetProp( node: *const _xmlNode, name: *const xmlChar, ) -> *mut xmlChar
Expand description

Get a property value by name.

ยงUPSTREAM-PARITY

xmlChar *xmlGetProp(const xmlNode *node, const xmlChar *name);

Returns a newly allocated string. Caller must free with xmlFree.