Class: XmlWriter

Writer~ XmlWriter

Takes an object and converts it to XML-encoded string.

new XmlWriter()

Source:
Writer/XmlWriter.js

Extends

  • Writer

Members


write

Converts object to XML-encoded string. Uses "replacer" property from config supplied to the constructor
Source:
Writer/XmlWriter.js