pub unsafe extern "C" fn xmlXPtrEval(
expr: *const c_char,
doc: *mut _xmlDoc,
) -> *mut _xmlNodeExpand description
C ABI entry point for XPointer evaluation.
Corresponds to xmlXPtrEval in libxml2.
ยงSafety
exprmust be a valid null-terminated C string.docmust be a valid pointer to_xmlDocor NULL.
Returns a pointer to the selected _xmlNode, or NULL if the pointer
does not resolve.