Main Page | Modules | Class Hierarchy | Class List | Class Members

MXMLTextBase Class Reference
[Micro XML Document Object Model]

#include <mxmldom.h>

Inheritance diagram for MXMLTextBase:

MXMLNode MXMLComment MXMLDeclaration MXMLText MXMLCDATA List of all members.

Detailed Description

Base class for nodes with text, abstract class.


Public Member Functions

void SetText (const char *a_text, size_t a_size=0)
 Set the nodes text.
virtual const char * GetText () const
 GetText will return text (UTF8) depending on the derived node type.


Member Function Documentation

void MXMLTextBase::SetText const char *  a_text,
size_t  a_size = 0
 

Set the nodes text.

Parameters:
a_text (UTF8) is the nodes text
a_size is the byte size of the text not including null character, or 0 for unknown


The documentation for this class was generated from the following files: