#include <ut_html.h>
Public Member Functions | |
UT_HTML (const char *szEncoding=0) | |
~UT_HTML () | |
UT_Error | parse (const char *szFilename) |
UT_Error | parse (const char *buffer, UT_uint32 length) |
Private Attributes | |
std::string | m_encoding |
UT_HTML::UT_HTML | ( | const char * | szEncoding = 0 |
) |
References m_encoding, and UT_tolower().
UT_HTML::~UT_HTML | ( | ) |
UT_Error UT_HTML::parse | ( | const char * | szFilename | ) | [virtual] |
Reimplemented from UT_XML.
References UT_XML::Reader::closeFile(), UT_XML::m_bStopped, m_encoding, UT_XML::m_pListener, UT_XML::m_pReader, UT_XML::Reader::openFile(), UT_XML::Reader::readBytes(), UT_XML::reset_all(), UT_DEBUGMSG, UT_errnoToUTError(), and UT_OK.
Referenced by parse().
Reimplemented from UT_XML.
References UT_XML::m_pListener, UT_XML::m_pReader, parse(), and UT_XML::setReader().
std::string UT_HTML::m_encoding [private] |