Skip to main content

xmlXPathVariableLookup

Function xmlXPathVariableLookup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathVariableLookup( ctxt: *mut _xmlXPathContext, name: *const xmlChar, ) -> *mut _xmlXPathObject
Expand description

xmlXPathObjectPtr xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name).

§SAFETY

  • ctxt must be a valid context; name a valid string or NULL.