Functiondojox.data.XmlStore.getAttributes

dojo.require("dojox.data.XmlStore");
defined in dojox/data/XmlStore.js

'item' must be an instance of a dojox.data.XmlItem from the store instance. tag names of child elements and XML attribute names of attributes specified to the element are returned along with special attribute names applicable to the element including "tagName", "childNodes" if the element has child elements, "text()" if the element has child text nodes, and attribute names in '_attributeMap' that match the tag name of the element.

Usage

function (item) (view source)
parametertypedescription
item An XML element