Liking cljdoc? Tell your friends :D

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-streamcljs

(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.
sourceraw 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