dojox.data.AtomReadStore.getAttributes
dojo.require("dojox.data.AtomReadStore");
defined in dojox/data/AtomReadStore.js
'item' must be have been created by the AtomReadStore 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)
parameter | type | description |
---|---|---|
item | An XML element |