Skip to main content

xmlIsBlankNode

Function xmlIsBlankNode 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlIsBlankNode( node: *const _xmlNode, ) -> c_int
Expand description

xmlIsBlankNode(const xmlNode *node) — text/CDATA node with empty or whitespace-only content (tree.c 2.15).

§SAFETY

  • node must be NULL or a valid node pointer.