class DECLSPEC XMLIO_StringElement

contains a string and nothing more.

Inheritance:


Public Methods

[more] XMLIO_StringElement ()
[more] XMLIO_StringElement (const XMLIO_string my_string)
create object from XMLIO_string
[more] XMLIO_StringElement (const XMLIO_string &my_tag, XMLIO_Attributes &my_attributes)
[more]virtual void XMLIO_getCharacters (const XMLIO_string& characters)
[more]virtual void print () const
[more]virtual const char* toString () const


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 void XMLIO_finishedReading()
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

contains a string and nothing more. the string parts are concatenated
o XMLIO_StringElement()

o XMLIO_StringElement(const XMLIO_string my_string)
create object from XMLIO_string

o XMLIO_StringElement(const XMLIO_string &my_tag, XMLIO_Attributes &my_attributes)

ovirtual void XMLIO_getCharacters(const XMLIO_string& characters)

ovirtual void print() const

ovirtual const char* toString() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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