Skip to main content

xmlParserFindNodeInfo

Function xmlParserFindNodeInfo 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlParserFindNodeInfo( ctxt: *mut _xmlParserCtxt, node: *mut _xmlNode, ) -> *const _xmlParserNodeInfo
Expand description

Find the node info record for a given node, or NULL.

§UPSTREAM-PARITY

const xmlParserNodeInfo *xmlParserFindNodeInfo(xmlParserCtxtPtr ctxt,
                                               xmlNodePtr node);