dojox.data.XmlStore._fetchItems
dojo.require("dojox.data.XmlStore");
defined in dojox/data/XmlStore.js
If 'sendQuery' is true, an XML document is loaded from 'url' with a query string. Otherwise, an XML document is loaded and list XML elements that match to a query (set of element names and their text attribute values that the items to contain). A wildcard, "*" can be used to query values to match all occurrences. If 'rootItem' is specified, it is used to fetch items.
Usage
function (request, fetchHandler, errorHandler) (view source)
parameter | type | description |
---|---|---|
request | request object | |
fetchHandler | function to call for fetched items | |
errorHandler | function to call on error |