template<typename T> class XMLIO_SingleElement

contains a string representation of T and nothing more

Inheritance:


Public Fields

[more]T* value
this is the very value

Public Methods

[more] XMLIO_SingleElement ()
[more] XMLIO_SingleElement (const T& my_value)
[more] XMLIO_SingleElement (const XMLIO_string &, XMLIO_Attributes &)
[more]void XMLIO_getCharacters (const XMLIO_string& characters)
collect all characters until end
[more]void print () const
[more]const char* toString () const
[more]void XMLIO_finishedReading ()
evaluate the collected content and try to convert it to the template type
[more]virtual bool XMLIO_isEmpty () const
is true, if value does not exist
[more]const int XMLIO_writeContent (XMLIO_Document& writer)
write some content, if it exists

Private Fields

[more]XMLIO_string collect


Inherited from XMLIO_Element:

Public Fields

oXMLIO_string tag
oXMLIO_Attributes attributes
oXMLIO_IndentationType xmlio_indent_type

Public Methods

ovirtual XMLIO_Element* XMLIO_startTag(const XMLIO_string& tag, XMLIO_Attributes &attrs)
ovirtual void XMLIO_endTag(const XMLIO_string& tag)
ovirtual void XMLIO_getComment(const XMLIO_string& comment)
ovirtual void XMLIO_getProcessingInstruction(const XMLIO_string& target, const XMLIO_string& instructions)
ovirtual bool XMLIO_remove() const
ovirtual const XMLIO_string& XMLIO_getName() const
ovirtual XMLIO_Attributes& XMLIO_getAttributes()


Documentation

contains a string representation of T and nothing more
oT* value
this is the very value

oXMLIO_string collect

o XMLIO_SingleElement()

o XMLIO_SingleElement(const T& my_value)

o XMLIO_SingleElement(const XMLIO_string &, XMLIO_Attributes &)

ovoid XMLIO_getCharacters(const XMLIO_string& characters)
collect all characters until end

ovoid print() const

oconst char* toString() const

ovoid XMLIO_finishedReading()
evaluate the collected content and try to convert it to the template type

ovirtual bool XMLIO_isEmpty() const
is true, if value does not exist

oconst int XMLIO_writeContent(XMLIO_Document& writer)
write some content, if it exists


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.