Read only interface to a string. More...
#include <doxmlintf.h>
Public Member Functions | |
virtual const char * | latin1 () const =0 |
virtual const char * | utf8 () const =0 |
virtual unsigned short | unicodeCharAt (int index) const =0 |
virtual bool | isEmpty () const =0 |
virtual int | length () const =0 |
virtual const char * | latin1 () const =0 |
virtual const char * | utf8 () const =0 |
virtual unsigned short | unicodeCharAt (int index) const =0 |
virtual bool | isEmpty () const =0 |
virtual int | length () const =0 |
Read only interface to a string.
Definition at line 42 of file doxmlintf.h.
|
pure virtual |
Returns true if this string is empty or false otherwise
Implemented in StringImpl.
|
pure virtual |
Returns true if this string is empty or false otherwise
Implemented in StringImpl.
|
pure virtual |
Returns a latin1 character representation of the string.
Implemented in StringImpl.
|
pure virtual |
Returns a latin1 character representation of the string.
Implemented in StringImpl.
|
pure virtual |
Returns the number of characters in the string.
Implemented in StringImpl.
|
pure virtual |
Returns the number of characters in the string.
Implemented in StringImpl.
|
pure virtual |
Returns a 16-bit unicode character representation of the character at position index in the string. The first character is at index 0.
Implemented in StringImpl.
|
pure virtual |
Returns a 16-bit unicode character representation of the character at position index in the string. The first character is at index 0.
Implemented in StringImpl.
|
pure virtual |
Returns a utf8 character representation of the string.
Implemented in StringImpl.
|
pure virtual |
Returns a utf8 character representation of the string.
Implemented in StringImpl.