|
|
Xml Declaration for Xml document
XmlDeclaration (const char* version = "1.0", const char* enc = "utf-8")
| XmlDeclaration |
Constructor
Parameters:
version | XML version attribute |
enc | Encoding attribute |
XmlDeclaration (const NamedList& decl)
| XmlDeclaration |
Constructor
Parameters:
decl | Declaration attributes |
XmlDeclaration (const XmlDeclaration& orig)
| XmlDeclaration |
Copy constructor
Parameters:
orig | Original XmlDeclaration |
~XmlDeclaration ()
| ~XmlDeclaration |
Destructor
inline const NamedList& getDec ()
| getDec |
[const]
Obtain the tag name and attributes list
Returns: The declaration
XmlDeclaration* xmlDeclaration ()
| xmlDeclaration |
[virtual]
Get the Xml declaration
Returns: This object Reimplemented from XmlChild
Reimplemented from XmlChild.
void toString (String& dump, bool escape = true)
| toString |
[const]
Build a String from this XmlDeclaration
Parameters:
dump | The string where to append representation |
escape | True if the attributes values need to be escaped |
Reimplemented from GenObject.
Generated by: paulc on bussard on Fri Apr 1 18:17:10 2011, using kdoc 2.0a54. |