Skip to main content

xmlGetNodePath

Function xmlGetNodePath 

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

§UPSTREAM-PARITY

xmlChar *xmlGetNodePath(const xmlNode *node);

Build an XPath-like path for node (tree.c xmlGetNodePath), or NULL on error. The result is allocated with xmlMalloc.