Repository of XML namespaces used for ODF documents.
Please make sure that you do not use the variables provided by this class in the destructor of a static object.
Definition at line 19 of file KoXmlNS.h.
| const char * KoXmlNS::nsURI2NS |
( |
const QString & | nsURI | ) |
|
|
static |
Definition at line 47 of file KoXmlNS.cpp.
48{
50 return "office";
52 return "meta";
54 return "config";
56 return "text";
58 return "table";
60 return "draw";
62 return "presentation";
64 return "dr3d";
66 return "chart";
68 return "form";
70 return "script";
72 return "style";
74 return "number";
76 return "manifest";
78 return "anim";
80 return "math";
82 return "svg";
84 return "fo";
86 return "dc";
88 return "xlink";
90 return "VL";
92 return "smil";
94 return "xhtml";
96 return "calligra";
98 return "officeooo";
100 return "xml";
101
102
103 return "";
104}
static const QString config
static const QString form
static const QString text
static const QString number
static const QString officeooo
static const QString table
static const QString script
static const QString calligra
static const QString xlink
static const QString office
static const QString dr3d
static const QString meta
static const QString xhtml
static const QString math
static const QString presentation
static const QString smil
static const QString draw
static const QString manifest
static const QString chart
static const QString anim
static const QString style
References anim, calligra, chart, config, dc, dr3d, draw, fo, form, manifest, math, meta, number, office, officeooo, presentation, script, smil, style, svg, table, text, VL, xhtml, xlink, and xml.