Function get_node_text

Source
pub fn get_node_text(
    vdom: &VDom<'_>,
    node: NodeHandle,
    text_retrieval_options: &TextRetrievalOptions,
) -> Option<String>
Expand description

Returns the node’s text value, as specified by the given TextRetrievalOptions.