|
|
A Xml Declaration for Xml document
XmlText (const String& text)
| XmlText |
Constructor
Parameters:
text | The text |
XmlText (const XmlText& orig)
| XmlText |
Copy constructor
Parameters:
orig | Original XmlText |
~XmlText ()
| ~XmlText |
[virtual]
Destructor
inline const String& getText ()
| getText |
[const]
Returns: The text kept by this Xml Text
void toString (String& dump, bool escape = true, const String& indent = String::empty(),
const String* auth = 0, const XmlElement* parent = 0)
| toString |
[const]
Build a String from this XmlText
Parameters:
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 |
Reimplemented from GenObject.
XmlText* xmlText ()
| xmlText |
[virtual]
Get the Xml text
Returns: This object
Reimplemented from XmlChild.
Generated by: paulc on bussard on Tue Mar 8 18:42:27 2011, using kdoc 2.0a54. |