TIDY(3) 1 TIDY(3)
The tidy class
INTRODUCTION
An HTML node in an HTML file, as detected by tidy.
CLASS SYNOPSIS
tidy
tidy
Properties
o
string$tidy->errorBuffer
Methods
o
tidyNode tidy::body (void )
o
bool tidy::cleanRepair (void )
o
tidy::__construct ([string $filename], [mixed $config], [string $encoding], [bool $use_include_path])
o
bool tidy::diagnose (void )
o
array tidy::getConfig (void )
o
int tidy::getHtmlVer (void )
o
mixed tidy::getOpt (string $option)
o
string tidy::getOptDoc (string $optname)
o
string tidy::getRelease (void )
o
int tidy::getStatus (void )
o
tidyNode tidy::head (void )
o
tidyNode tidy::html (void )
o
bool tidy::isXhtml (void )
o
bool tidy::isXml (void )
o
bool tidy::parseFile (string $filename, [mixed $config], [string $encoding], [bool $use_include_path = false])
o
bool tidy::parseString (string $input, [mixed $config], [string $encoding])
o
string tidy::repairFile (string $filename, [mixed $config], [string $encoding], [bool $use_include_path = false])
o
string tidy::repairString (string $data, [mixed $config], [string $encoding])
o
tidyNode tidy::root (void )
PHP Documentation Group TIDY(3)