dojox.data.XmlStore
dojo.require("dojox.data.XmlStore");
defined in dojox/data/XmlStore.js
A data store for XML based services or documents
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | An anonymous object to initialize properties. It expects the following values: |
FunctionsBack to top
See dojo.data.api.Read.close()

Check whether the attribute values contain the value

Delete an dojox.data.XmlItem (wrapper to a XML element).

Return an array of attribute names
Return supported data APIs

See dojo.data.api.Read.getLabel()

See dojo.data.api.Read.getLabelAttributes()

Return an attribute value

Return an array of attribute values

Check whether an element has the attribute

Check whether an item is new, modified or deleted

Check whether the object is an item (XML element) item: An object to check

Check whether the object is an item (XML element) and loaded item: An object to check

Invalidate changes (new and/or modified elements)
Remove an attribute


Fetch items (XML elements) that match to a query



Generate a URL for delete


Generate a URL for fetch



Fetch items (XML elements) in an XML document based on a request

Generate a content to post

Generate a URL for post

Generate a content to put

Generate a URL for put



PropertiesBack to top
attribute name for a key or an indentify attributeMap: An anonymous object contains properties for attribute mapping, {"tag_name.item_attribute_name": "@xml_attribute_name", ...}
tag name for root items
boolean indicate to add a query string to the service URL
url to a service or an XML document that represents the store