The XMLSerializer interface provides the serializeToString() method to construct an XML string representing a DOM tree.

Documentation XMLSerializer by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Constructor

new()

Throws:

null

DOMError

Methods

serializeToString(root:Node):String

Throws:

null

DOMError