#include <IMPText.h>
Public Member Functions | |
IMPText (WPXInputStream *input, IMPCollector *collector) | |
bool | parse () |
Private Member Functions | |
IMPText (const IMPText &) | |
IMPText & | operator= (const IMPText &) |
void | flushText () |
Private Attributes | |
WPXInputStream *const | m_input |
IMPCollector *const | m_collector |
std::string | m_text |
bool | m_openHeader |
bool | m_openFooter |
libebook::IMPText::IMPText | ( | const IMPText & | ) | [private] |
libebook::IMPText::IMPText | ( | WPXInputStream * | input, |
IMPCollector * | collector | ||
) |
void libebook::IMPText::flushText | ( | ) | [private] |
bool libebook::IMPText::parse | ( | ) |
Referenced by libebook::IMPParser::parse().
IMPCollector* const libebook::IMPText::m_collector [private] |
Referenced by flushText(), and parse().
WPXInputStream* const libebook::IMPText::m_input [private] |
Referenced by parse().
bool libebook::IMPText::m_openFooter [private] |
Referenced by parse().
bool libebook::IMPText::m_openHeader [private] |
Referenced by parse().
std::string libebook::IMPText::m_text [private] |
Referenced by flushText(), and parse().