|
Yate
|
Xml Declaration. More...
#include <yatexml.h>
Public Member Functions | |
| XmlText (const String &text) | |
| XmlText (const XmlText &orig) | |
| virtual | ~XmlText () |
| const String & | getText () const |
| void | toString (String &dump, bool escape=true, const String &indent=String::empty(), const String *auth=0, const XmlElement *parent=0) const |
| virtual XmlText * | xmlText () |
Xml Declaration.
A Xml Declaration for Xml document
| virtual ~XmlText | ( | ) | [virtual] |
Destructor
| void toString | ( | String & | dump, |
| bool | escape = true, |
||
| const String & | indent = String::empty(), |
||
| const String * | auth = 0, |
||
| const XmlElement * | parent = 0 |
||
| ) | const |
Build a String from this XmlText
| dump | The string where to append representation |
| escape | True if the text need to be escaped |
| indent | Spaces for output |
| auth | Optional list of tag and attribute names to be replaced with '***'. This parameter can be used when the result will be printed to output to avoid printing authentication data to output. The array must end with an empty string |
| parent | Optional parent element whose tag will be searched in the auth list |
1.7.6.1