W3cubDocs

/Haxe JavaScript

XMLSerializer

package js.html

Available on js

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

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/XMLSerializer.html