XMLSerializer

open class XMLSerializer(source)

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

MDN Reference

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

The XMLSerializer method serializeToString() constructs a string representing the specified DOM tree in XML form.