registerNamespace(xml);
this.namespaceXML = xml;
final NamespaceSVG svg = new NamespaceSVG();
registerNamespace(svg);
this.namespaceSVG = svg;
final MathNamespace math = new MathNamespace();
this.registerNamespace(math);
this.namespaceMath = math;
final NamespaceForay extensions = new NamespaceForay();
registerNamespace(extensions);
this.namespaceForay = extensions;