Skip to main content

tail_nodes

Function tail_nodes 

Source
pub fn tail_nodes<'a>(sel: &Selection<'a>) -> Vec<NodeRef<'a>>
Expand description

Get all tail text nodes for an element.

Returns a vector of text nodes that follow this element.