dojox.data.AtomReadStore
dojo.require("dojox.data.AtomReadStore");
defined in dojox/data/AtomReadStore.js
A data store for Atom XML based services or documents. This store is still under development and doesn't support wildcard filtering yet. Attribute filtering is limited to category or id.
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

Return an array of attribute names
Return supported data APIs

Non-API method for retrieving values regarding the Atom feed, rather than the Atom entries.

Non-API method for retrieving values regarding the Atom feed, rather than the Atom entries.

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

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

Return an attribute value

Return an attribute value

Check whether an element has the attribute

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

This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

This function tests whether the item passed in is indeed an item in the store.

Retrieves the items from the Atom XML document.



Parses the document in a first pass

Initializes an item before it can be parsed.


PropertiesBack to top
boolean indicate to add a query string to the service URL
boolean to specify whether or not to unescape HTML text
url to a service or an XML document that represents the store