Functiondojox.data.XmlStore._getItems

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

This default implementation walks through child elements of the document element to see if all properties of 'query' object match corresponding attributes of the element (item). If 'request' is not specified, all child elements are returned. Sub-classes may override this method for the custom search in an XML document.

Usage

function (document, request) (view source)
parametertypedescription
document XML document
request request object