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

type xmlDOMWrapAcquireNsFunction = Option<unsafe extern "C" fn(*mut _xmlDOMWrapCtxt, *mut _xmlNode, *const u8, *const u8) -> *mut _xmlNs>;

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.