Parsing/Debugging and Diagnostic


Functions

int QTidy::QTidyBase::qtidyStatus ()
 get status of current document.
int QTidy::QTidyBase::qtidyDetectedHtmlVersion ()
 detected HTML version: 0, 2, 3 or 4
bool QTidy::QTidyBase::qtidyDetectedXhtml ()
 is Xhtml or not
bool QTidy::QTidyBase::qtidyDetectedGenericXml ()
 is generic XML (not HTML or XHTML)?
int QTidy::QTidyBase::qtidyErrorCount ()
 Number of Tidy configuration errors encountered.
bool QTidy::QTidyBase::qtidyParseFile (const QByteArray &inputFile)
 set parser input file
bool QTidy::QTidyBase::qtidyParseStdin ()
 Parse markup from the standard input.
bool QTidy::QTidyBase::qtidyParseString (const QString &content)
 Parse markup in given string.
bool QTidy::QTidyBase::qtidyParseBuffer (QTidyBuffer *buf)
 Parse markup in given buffer.
bool QTidy::QTidyBase::qtidyParseSource (TidyInputSource *source)
 Parse markup in given generic input source.

Function Documentation

int QTidy::QTidyBase::qtidyStatus (  )  [inherited]

get status of current document.

int QTidy::QTidyBase::qtidyDetectedHtmlVersion (  )  [inherited]

detected HTML version: 0, 2, 3 or 4

bool QTidy::QTidyBase::qtidyDetectedXhtml (  )  [inherited]

is Xhtml or not

bool QTidy::QTidyBase::qtidyDetectedGenericXml (  )  [inherited]

is generic XML (not HTML or XHTML)?

int QTidy::QTidyBase::qtidyErrorCount (  )  [inherited]

Number of Tidy configuration errors encountered.

bool QTidy::QTidyBase::qtidyParseFile ( const QByteArray &  inputFile  )  [inherited]

set parser input file

bool QTidy::QTidyBase::qtidyParseStdin (  )  [inherited]

Parse markup from the standard input.

bool QTidy::QTidyBase::qtidyParseString ( const QString &  content  )  [inherited]

Parse markup in given string.

bool QTidy::QTidyBase::qtidyParseBuffer ( QTidyBuffer buf  )  [inherited]

Parse markup in given buffer.

bool QTidy::QTidyBase::qtidyParseSource ( TidyInputSource *  source  )  [inherited]

Parse markup in given generic input source.


Generated with doxygen