Function tidyNodeIsHeader

Source
pub unsafe extern "C" fn tidyNodeIsHeader(tnod: TidyNode) -> Bool
Expand description

Indicates whether or not a node represents and HTML header element, such as h1, h2, etc. @param tnod The node to query. @result Returns a bool indicating whether or not the node is an HTML header.