|
tidyNode::isCommentChecks if a node represents a comment Description
public bool tidyNode::isComment()
Tells if the node is a comment. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Extract comments from a mixed HTML document
The above example will output: # comment node #1 <!-- Comments --> |