Function xmlNodeIsText
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlNodeIsText(node: *const _xmlNode) -> c_int
Expand description
Check whether the node is a text node.
§UPSTREAM-PARITY
int xmlNodeIsText(const xmlNode *node);
§SAFETY
node must be a valid pointer to an _xmlNode, or NULL.