|
tidy::bodytidy_get_bodyReturns a tidyNode object starting from the <body> tag of the tidy parse tree DescriptionObject-oriented style
public tidyNodenull tidy::body()
Procedural style tidyNodenull tidy_get_body(tidy
$tidy )Returns a tidyNode object starting from the <body> tag of the tidy parse tree. Parameters
Return ValuesReturns a tidyNode object starting from the <body> tag of the tidy parse tree. Examples
Example #1 tidy::getBody example
The above example will output: <body> <p>paragraph</p> </body> See Also
|