#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(), and WPXString::Iter::next().
| void WPXString::sprintf | ( | const char * | format, | |
| ... | ||||
| ) |
Referenced by WPXContentListener::_colorToString(), WPXContentListener::_getTabStops(), WPXContentListener::_mergeColorsToString(), WPXContentListener::_openSpan(), WP5FootnoteEndnoteGroup::_readContents(), addBorderProps(), WPXTwipProperty::getStr(), WPXPointProperty::getStr(), WPXPercentProperty::getStr(), WPXInchProperty::getStr(), and WPXIntProperty::getStr().
| 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(), _WP1ContentParsingState::_WP1ContentParsingState(), _WP3ContentParsingState::_WP3ContentParsingState(), _WP42ContentParsingState::_WP42ContentParsingState(), _WP5ContentParsingState::_WP5ContentParsingState(), WP6ContentListener::displayNumberReferenceGroupOff(), WP6ContentListener::displayNumberReferenceGroupOn(), WP5ContentListener::insertNote(), WP3ContentListener::insertNote(), WP6ContentListener::noteOff(), sprintf(), _WP1ContentParsingState::~_WP1ContentParsingState(), _WP3ContentParsingState::~_WP3ContentParsingState(), _WP42ContentParsingState::~_WP42ContentParsingState(), and _WP5ContentParsingState::~_WP5ContentParsingState().
| 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().