Properties Methods Events Config Options Direct Link
Writer
  XmlWriter

Class Ext.data.XmlWriter

Package:Ext.data
Defined In:XmlWriter.js
Class:XmlWriter
Extends:Writer

Writer that outputs model data in XML format

Config Options

Config OptionsDefined By
 documentRoot : String
The name of the root element of the document. Defaults to 'xmlData'.
XmlWriter
 header : String
A header to use in the XML document (such as setting the encoding or version). Defaults to ''.
XmlWriter
 record : String
The name of the node to use for each record. Defaults to 'record'.
XmlWriter

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.