pub fn node_text<'a>(node: Node<'_>, source: &'a [u8]) -> Option<&'a str>
The source text a node spans, or None if it is not valid UTF-8.
None