template<typename E> class XMLIO_ElementArrayElement

Array of elements of the same type

Inheritance:


Public Methods

[more] XMLIO_ElementArrayElement ()
[more] XMLIO_ElementArrayElement (const XMLIO_string& name, XMLIO_Attributes& attrs)
[more]virtual XMLIO_Element* XMLIO_startTag (const XMLIO_string& name, XMLIO_Attributes& attrs)
[more]virtual void set_element_name (const XMLIO_string& name)
[more]virtual void print () const
[more]virtual const int XMLIO_writeContent (XMLIO_Document& writer)
[more] ~XMLIO_ElementArrayElement ()

Protected Fields

[more]XMLIO_string element_name


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_getCharacters(const XMLIO_string& characters)
ovirtual void XMLIO_getComment(const XMLIO_string& comment)
ovirtual void XMLIO_getProcessingInstruction(const XMLIO_string& target, const XMLIO_string& instructions)
ovirtual void XMLIO_finishedReading()
ovirtual bool XMLIO_remove() const
ovirtual const XMLIO_string& XMLIO_getName() const
ovirtual XMLIO_Attributes& XMLIO_getAttributes()
ovirtual bool XMLIO_isEmpty() const
ovirtual const char* toString() const


Documentation

Array of elements of the same type
o XMLIO_ElementArrayElement()

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

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

ovirtual void set_element_name(const XMLIO_string& name)

ovirtual void print() const

ovirtual const int XMLIO_writeContent(XMLIO_Document& writer)

o ~XMLIO_ElementArrayElement()

oXMLIO_string element_name


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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