pub unsafe extern "C" fn tidyNodeIsText(tnod: TidyNode) -> Bool
Indicates whether or not a node is a text node. @param tnod The node to query. @result Returns a bool indicating whether or not the node is a text node.