template<typename T> class XMLIO_SingleElement |
contains a string representation of T and nothing more
T* | value this is the very value |
XMLIO_SingleElement () | |
XMLIO_SingleElement (const T& my_value) | |
XMLIO_SingleElement (const XMLIO_string &, XMLIO_Attributes &) | |
void | XMLIO_getCharacters (const XMLIO_string& characters) collect all characters until end |
void | print () const |
const char* | toString () const |
void | XMLIO_finishedReading () evaluate the collected content and try to convert it to the template type |
virtual bool | XMLIO_isEmpty () const is true, if value does not exist |
const int | XMLIO_writeContent (XMLIO_Document& writer) write some content, if it exists |
XMLIO_string | collect |
contains a string representation of T and nothing more
Alphabetic index HTML hierarchy of classes or Java