Skip to main content

child_elements

Function child_elements 

Source
fn child_elements<'a, 'input>(
    node: Node<'a, 'input>,
) -> impl Iterator<Item = Node<'a, 'input>>
Expand description

Element-only children of node (skips text, comments, and whitespace).