Function Document.createElementNS
Creates an Element
of the given qualified name and namespace URI.
Per the XML Namespaces specification, applications must use the value null
as the namespaceURI
parameter for methods if they wish to have no namespace.
Prototype
DOMImplementation . Element!DOMString createElementNS(
DOMString namespaceURI,
DOMString qualifiedName
);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --