|
tidy::roottidy_get_rootReturns a tidyNode object representing the root of the tidy parse tree DescriptionObject-oriented style
public tidyNodenull tidy::root()
Procedural style tidyNodenull tidy_get_root(tidy
$tidy )Returns a tidyNode object representing the root of the tidy parse tree. Parameters
Return ValuesReturns the tidyNode object. Examples
Example #1 tidy::root example
The above example will output: ..html ....head ......title ....body ......p ........"paragraph" ......br |