Skip to main content

first_element_child

Function first_element_child 

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

Return the first child ELEMENT of a node, or NULL (upstream tree.c xmlFirstElementChild).

§SAFETY

  • node must be a valid node pointer or NULL.