template<typename C, typename E> class XMLIO_ContentElementArrayElement

a vector with content and element pointer, parsed from this element

Inheritance:


Public Methods

[more] XMLIO_ContentElementArrayElement ()
[more] XMLIO_ContentElementArrayElement (const XMLIO_string& name, XMLIO_Attributes& attrs)
[more] ~XMLIO_ContentElementArrayElement ()
[more]virtual void set_element_name (const XMLIO_string& name)
[more]virtual void XMLIO_getCharacters (const XMLIO_string& characters)
[more]virtual XMLIO_Element* XMLIO_startTag (const XMLIO_string& name, XMLIO_Attributes& attrs)
[more]virtual void XMLIO_finishedReading ()
[more]virtual void print () const
print this element to stdout
[more]virtual const char* toString () const

Protected Fields

[more]XMLIO_string element_name
[more]XMLIO_string content_collector
collects content until an element is found or the end of this section is reported

Protected Methods

[more]void evaluate_content ()
evaluates content section between elements


Inherited from XMLIO_Element:

Public Fields

oXMLIO_string tag
oXMLIO_Attributes attributes
oXMLIO_IndentationType xmlio_indent_type

Public Methods

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 int XMLIO_writeContent(XMLIO_Document& doc)
ovirtual const XMLIO_string& XMLIO_getName() const
ovirtual XMLIO_Attributes& XMLIO_getAttributes()
ovirtual bool XMLIO_isEmpty() const


Documentation

a vector with content and element pointer, parsed from this element
o XMLIO_ContentElementArrayElement()

o XMLIO_ContentElementArrayElement(const XMLIO_string& name, XMLIO_Attributes& attrs)

o ~XMLIO_ContentElementArrayElement()

ovirtual void set_element_name(const XMLIO_string& name)

ovirtual void XMLIO_getCharacters(const XMLIO_string& characters)

ovirtual XMLIO_Element* XMLIO_startTag(const XMLIO_string& name, XMLIO_Attributes& attrs)

ovirtual void XMLIO_finishedReading()

ovirtual void print() const
print this element to stdout

ovirtual const char* toString() const

oXMLIO_string element_name

oXMLIO_string content_collector
collects content until an element is found or the end of this section is reported

ovoid evaluate_content()
evaluates content section between elements


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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