| 
    HTML Tidy
    5.4.0
    
   The HTACG Tidy HTML Project 
   | 
 
Parse markup from a given input source. More...
Functions | |
| int TIDY_CALL | tidyParseBuffer (TidyDoc tdoc, TidyBuffer *buf) | 
| Parse markup in given buffer.  More... | |
| int TIDY_CALL | tidyParseFile (TidyDoc tdoc, ctmbstr filename) | 
| Parse markup in named file.  More... | |
| int TIDY_CALL | tidyParseSource (TidyDoc tdoc, TidyInputSource *source) | 
| Parse markup in given generic input source.  More... | |
| int TIDY_CALL | tidyParseStdin (TidyDoc tdoc) | 
| Parse markup from the standard input.  More... | |
| int TIDY_CALL | tidyParseString (TidyDoc tdoc, ctmbstr content) | 
| Parse markup in given string.  More... | |
Parse markup from a given input source.
String and filename functions added for convenience. HTML/XHTML version determined from input.
| int TIDY_CALL tidyParseBuffer | ( | TidyDoc | tdoc, | 
| TidyBuffer * | buf | ||
| ) | 
Parse markup in given buffer.
| int TIDY_CALL tidyParseSource | ( | TidyDoc | tdoc, | 
| TidyInputSource * | source | ||
| ) | 
Parse markup in given generic input source.