| template<typename T> class XMLIO_SingleElement | 
contains a string representation of T and nothing more
| ![[more]](icon1.gif) T* | value this is the very value | 
| ![[more]](icon1.gif)  | XMLIO_SingleElement () | 
| ![[more]](icon1.gif)  | XMLIO_SingleElement (const T& my_value) | 
| ![[more]](icon1.gif)  | XMLIO_SingleElement (const XMLIO_string &, XMLIO_Attributes &) | 
| ![[more]](icon1.gif) void | XMLIO_getCharacters (const XMLIO_string& characters) collect all characters until end | 
| ![[more]](icon1.gif) void | print () const | 
| ![[more]](icon1.gif) const char* | toString () const | 
| ![[more]](icon1.gif) void | XMLIO_finishedReading () evaluate the collected content and try to convert it to the template type | 
| ![[more]](icon1.gif) virtual   bool | XMLIO_isEmpty () const is true, if value does not exist | 
| ![[more]](icon1.gif) const int | XMLIO_writeContent (XMLIO_Document& writer) write some content, if it exists | 
| ![[more]](icon1.gif) XMLIO_string | collect | 
 XMLIO_string tag
XMLIO_string tag
 XMLIO_Attributes attributes
XMLIO_Attributes attributes
 XMLIO_IndentationType xmlio_indent_type
XMLIO_IndentationType xmlio_indent_type
 virtual   XMLIO_Element* XMLIO_startTag(const XMLIO_string& tag, XMLIO_Attributes &attrs)
virtual   XMLIO_Element* XMLIO_startTag(const XMLIO_string& tag, XMLIO_Attributes &attrs)
 virtual   void XMLIO_endTag(const XMLIO_string& tag)
virtual   void XMLIO_endTag(const XMLIO_string& tag)
 virtual   void XMLIO_getComment(const XMLIO_string& comment)
virtual   void XMLIO_getComment(const XMLIO_string& comment)
 virtual   void XMLIO_getProcessingInstruction(const XMLIO_string& target, const XMLIO_string& instructions)
virtual   void XMLIO_getProcessingInstruction(const XMLIO_string& target, const XMLIO_string& instructions)
 virtual   bool XMLIO_remove() const
virtual   bool XMLIO_remove() const 
 virtual   const XMLIO_string& XMLIO_getName() const
virtual   const XMLIO_string& XMLIO_getName() const 
 virtual   XMLIO_Attributes& XMLIO_getAttributes()
virtual   XMLIO_Attributes& XMLIO_getAttributes()
contains a string representation of T and nothing more
 T* value
T* value
 XMLIO_string collect
XMLIO_string collect
 XMLIO_SingleElement()
 XMLIO_SingleElement()
 XMLIO_SingleElement(const T& my_value)
 XMLIO_SingleElement(const T& my_value)
 XMLIO_SingleElement(const XMLIO_string &, XMLIO_Attributes &)
 XMLIO_SingleElement(const XMLIO_string &, XMLIO_Attributes &)
 void XMLIO_getCharacters(const XMLIO_string& characters)
void XMLIO_getCharacters(const XMLIO_string& characters)
 void print() const
void print() const 
 const char* toString() const
const char* toString() const 
 void XMLIO_finishedReading()
void XMLIO_finishedReading()
 virtual   bool XMLIO_isEmpty() const
virtual   bool XMLIO_isEmpty() const 
 const int XMLIO_writeContent(XMLIO_Document& writer)
const int XMLIO_writeContent(XMLIO_Document& writer)
Alphabetic index HTML hierarchy of classes or Java