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.
pub fn get_node_text(
vdom: &VDom<'_>,
node: NodeHandle,
text_retrieval_options: &TextRetrievalOptions,
) -> Option<String>Returns the node’s text value, as specified by the given TextRetrievalOptions.