#include <text.h>
Inheritance diagram for libsvx::Text:

Public Methods | |
| Text (TiXmlElement &Element) | |
| Create an SVX text element based on an XML element. | |
| Text (const Text &a_text) | |
| Construct a clone of the class Text. | |
| ~Text () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| Valid ??? More... | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| Text & | operator+= (const Text &the_object_to_add) |
| bool | operator!= (const Text &the_object_to_compare) const |
Protected Attributes | |
| Attribute * | m_A_lang |
| The language used in the text content. | |
| Attribute * | m_A_ctype |
| The Content-Type of text (text/plain, text/html, text/..). | |
Definition at line 57 of file text.h.
|
|
Valid ???
Implements libsvx::ElementPCData. |
1.2.15