The XMLSerializer interface provides the serializeToString()
to construct an XML string representing a DOM tree.
The XMLSerializer interface provides the `serializeToString()` to construct an XML string representing a DOM tree.
(serialize-to-stream this & args)
Method.
The subtree rooted by the specified element is serialized to byte stream using the character set specified.
Method. The subtree rooted by the specified element is serialized to byte stream using the character set specified.
(serialize-to-string this root-node)
Method.
The web.xml.XMLSerializer
method serializeToString() constructs
string representing the specified DOM tree in XML form.
xmlString = anXMLSerializer.serializeToString(rootNode);
See also: https://developer.mozilla.org/en-US/docs/Web/API/XMLSerializer/serializeToString
Method. The `web.xml.XMLSerializer` method serializeToString() constructs string representing the specified DOM tree in XML form. `xmlString = anXMLSerializer.serializeToString(rootNode);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XMLSerializer/serializeToString`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close