pub unsafe extern "C" fn tidyNodeGetValue(
tdoc: TidyDoc,
tnod: TidyNode,
buf: *mut TidyBuffer,
) -> Bool
Expand description
Get the value of the node. This copies the unescaped value of this node into the given TidyBuffer at UTF-8. @result Returns a bool indicating success or not.