#include <WPXString.h>
Public Member Functions | |
WPXString () | |
WPXString (const WPXString &) | |
WPXString (const WPXString &, bool escapeXML) | |
WPXString (const char *str) | |
~WPXString () | |
const char * | cstr () const |
int | len () const |
void | sprintf (const char *format,...) |
void | append (const WPXString &s) |
void | append (const char *s) |
void | append (const char c) |
void | clear () |
WPXString & | operator= (const WPXString &) |
bool | operator== (const char *) |
bool | operator== (const WPXString &str) |
Private Attributes | |
WPXStringImpl * | m_stringImpl |
Classes | |
class | Iter |
WPXString::WPXString | ( | ) |
WPXString::WPXString | ( | const WPXString & | stringBuf | ) |
WPXString::WPXString | ( | const WPXString & | stringBuf, | |
bool | escapeXML | |||
) |
WPXString::WPXString | ( | const char * | str | ) |
WPXString::~WPXString | ( | ) |
const char * WPXString::cstr | ( | ) | const |
int WPXString::len | ( | ) | const |
Referenced by _extractDisplayReferenceNumberFromBuf(), WP6ContentListener::_flushText(), WP5ContentListener::_flushText(), WP42ContentListener::_flushText(), WP3ContentListener::_flushText(), WP1ContentListener::_flushText(), g_static_unichar_to_utf8(), g_static_utf8_strlen(), WPXString::Iter::next(), and WP6ExtendedDocumentSummaryPacket::parse().
void WPXString::sprintf | ( | const char * | format, | |
... | ||||
) |
Referenced by WPXContentListener::_colorToString(), WPXContentListener::_getTabStops(), WPXContentListener::_mergeColorsToString(), WP5FootnoteEndnoteGroup::_readContents(), addBorderProps(), doubleToString(), WPXTwipProperty::getStr(), WPXPointProperty::getStr(), WPXIntProperty::getStr(), and WP6ContentListener::setDate().
void WPXString::append | ( | const WPXString & | s | ) |
void WPXString::append | ( | const char * | s | ) |
void WPXString::append | ( | const char | c | ) |
void WPXString::clear | ( | ) |
Referenced by WP6ContentListener::_flushText(), WP5ContentListener::_flushText(), WP42ContentListener::_flushText(), WP3ContentListener::_flushText(), WP1ContentListener::_flushText(), WP6ContentListener::_handleListChange(), WP6ContentListener::displayNumberReferenceGroupOff(), WP6ContentListener::displayNumberReferenceGroupOn(), WP5ContentListener::insertNote(), WP3ContentListener::insertNote(), WP6ContentListener::noteOff(), and sprintf().
bool WPXString::operator== | ( | const char * | str | ) |
bool WPXString::operator== | ( | const WPXString & | str | ) |
WPXStringImpl* WPXString::m_stringImpl [private] |
Referenced by append(), clear(), cstr(), operator=(), operator==(), WPXString(), and ~WPXString().