Skip to main content

previous_element_sibling

Function previous_element_sibling 

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

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

§SAFETY

  • node must be a valid node pointer or NULL.