#include <HTMLParser.h>
Public Member Functions | |
HTMLParser (librevenge::RVNGInputStream *input, librevenge::RVNGTextInterface *document, bool xhtml) | |
void | parse () |
Private Member Functions | |
HTMLParser (const HTMLParser &other) | |
HTMLParser & | operator= (const HTMLParser &other) |
Private Attributes | |
librevenge::RVNGInputStream *const | m_input |
librevenge::RVNGTextInterface *const | m_document |
const bool | m_xhtml |
libebook::HTMLParser::HTMLParser | ( | const HTMLParser & | other | ) | [private] |
libebook::HTMLParser::HTMLParser | ( | librevenge::RVNGInputStream * | input, |
librevenge::RVNGTextInterface * | document, | ||
bool | xhtml | ||
) |
HTMLParser& libebook::HTMLParser::operator= | ( | const HTMLParser & | other | ) | [private] |
void libebook::HTMLParser::parse | ( | ) |
librevenge::RVNGTextInterface* const libebook::HTMLParser::m_document [private] |
Referenced by parse().
librevenge::RVNGInputStream* const libebook::HTMLParser::m_input [private] |
Referenced by HTMLParser(), and parse().
const bool libebook::HTMLParser::m_xhtml [private] |
Referenced by parse().