Skip to main content

xmlXPathRegisterNs

Function xmlXPathRegisterNs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathRegisterNs( _ctxt: *mut _xmlXPathContext, _prefix: *const xmlChar, _ns_uri: *const xmlChar, ) -> c_int
Expand description

Register an XPath namespace.

ยงUPSTREAM-PARITY

int xmlXPathRegisterNs(xmlXPathContextPtr ctxt,
                       const xmlChar *prefix, const xmlChar *ns_uri);