r21325: delete children in reverse order since the array is manipulated during the...
[Samba/gbeck.git] / webapps / qooxdoo-0.6.3-sdk / frontend / framework / source / class / qx / xml / Namespace.js
blobe974fddc48ef31cdb8c3a314748be8b2bce02184
1 /* ************************************************************************\r
2 \r
3    qooxdoo - the new era of web development\r
4 \r
5    http://qooxdoo.org\r
6 \r
7    Copyright:\r
8      2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org\r
9 \r
10    License:\r
11      LGPL 2.1: http://www.gnu.org/licenses/lgpl.html\r
13    Authors:\r
14      * Sebastian Werner (wpbasti)\r
15      * Andreas Ecker (ecker)\r
17 ************************************************************************ */\r
19 /* ************************************************************************\r
22 ************************************************************************ */\r
24 qx.OO.defineClass("qx.xml.Namespace",\r
25 {\r
26   SVG : "http://www.w3.org/2000/svg",\r
27   SMIL : "http://www.w3.org/2001/SMIL20/",\r
28   MML : "http://www.w3.org/1998/Math/MathML",\r
29   CML : "http://www.xml-cml.org",\r
30   XLINK : "http://www.w3.org/1999/xlink",\r
31   XHTML : "http://www.w3.org/1999/xhtml",\r
32   XUL : "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",\r
33   XBL : "http://www.mozilla.org/xbl",\r
34   FO : "http://www.w3.org/1999/XSL/Format",\r
35   XSL : "http://www.w3.org/1999/XSL/Transform",\r
36   XSLT : "http://www.w3.org/1999/XSL/Transform",\r
37   XI : "http://www.w3.org/2001/XInclude",\r
38   XFORMS : "http://www.w3.org/2002/01/xforms",\r
39   SAXON : "http://icl.com/saxon",\r
40   XALAN : "http://xml.apache.org/xslt",\r
41   XSD : "http://www.w3.org/2001/XMLSchema",\r
42   DT: "http://www.w3.org/2001/XMLSchema-datatypes",\r
43   XSI : "http://www.w3.org/2001/XMLSchema-instance",\r
44   RDF : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",\r
45   RDFS : "http://www.w3.org/2000/01/rdf-schema#",\r
46   DC : "http://purl.org/dc/elements/1.1/",\r
47   DCQ: "http://purl.org/dc/qualifiers/1.0",\r
48   SOAPENV : "http://schemas.xmlsoap.org/soap/envelope/",\r
49   WSDL : "http://schemas.xmlsoap.org/wsdl/",\r
50   ADOBESVGEXTENSIONS : "http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"\r
51 });