Type Definition libxml::bindings::xmlDOMWrapAcquireNsFunction[][src]

type xmlDOMWrapAcquireNsFunction = Option<unsafe extern "C" fn(ctxt: xmlDOMWrapCtxtPtr, node: xmlNodePtr, nsName: *const xmlChar, nsPrefix: *const xmlChar) -> xmlNsPtr>;

xmlDOMWrapAcquireNsFunction: @ctxt: a DOM wrapper context @node: the context node (element or attribute) @nsName: the requested namespace name @nsPrefix: the requested namespace prefix

A function called to acquire namespaces (xmlNs) from the wrapper.

Returns an xmlNsPtr or NULL in case of an error.