Liking cljdoc? Tell your friends :D
ClojureScript only.

web.xml.XMLSerializer

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.
raw docstring

serialize-to-stringcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close