|
Yate
|
Xml Declaration. More...
#include <yatexml.h>
Additional Inherited Members | |
Static Public Member Functions inherited from GenObject | |
| static void * | getObject (const String &name, const GenObject *obj) |
| static bool | getObjCounting () |
| static void | setObjCounting (bool enable) |
| static NamedCounter * | getObjCounter (const String &name, bool create=true) |
| static ObjList & | getObjCounters () |
Xml Declaration.
Xml Declaration for Xml document
| XmlDeclaration | ( | const char * | version = "1.0", |
| const char * | enc = "utf-8" |
||
| ) |
Constructor
| version | XML version attribute |
| enc | Encoding attribute |
| XmlDeclaration | ( | const NamedList & | decl | ) |
Constructor
| decl | Declaration attributes |
| XmlDeclaration | ( | const XmlDeclaration & | orig | ) |
Copy constructor
| orig | Original XmlDeclaration |
| ~XmlDeclaration | ( | ) |
Destructor
Obtain the tag name and attributes list
Build a String from this XmlDeclaration
| dump | The string where to append representation |
| escape | True if the attributes values need to be escaped |
|
inlinevirtual |