Skip to main content

next_element_sibling

Function next_element_sibling 

Source
pub unsafe fn next_element_sibling(node: *mut _xmlNode) -> *mut _xmlNode
Expand description

Return the next ELEMENT sibling of a node, or NULL (upstream tree.c xmlNextElementSibling).

§SAFETY

  • node must be a valid node pointer or NULL.