Properties Methods Events Config Options Direct Link
Reader
  XmlReader

Class Ext.data.XmlReader

Package:Ext.data
Defined In:XmlReader.js
Class:XmlReader
Extends:Reader

Xml Reader

Config Options

Config OptionsDefined By
 id : String
DEPRECATED - this will be removed in Ext JS 5.0. Please use idProperty instead
XmlReader
 idPath : String
DEPRECATED - this will be removed in Ext JS 5.0. Please use idProperty instead
XmlReader
 idProperty : String
Name of the property within a row object that contains a record identifier value. Defaults to id
Reader
 success : String
DEPRECATED - this will be removed in Ext JS 5.0. Please use successProperty instead
XmlReader

Public Properties

PropertyDefined By
 rawData : Mixed
The raw data object that was last passed to readRecords. Stored for further processing if needed
Reader
 xmlData : Object
DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.rawData - use that instead
XmlReader

Public Methods

MethodDefined By

Public Events

This class has no public events.