dojox.data.OpmlStore
dojo.require("dojox.data.OpmlStore");
defined in dojox/data/OpmlStore.js
constructor
Usage
function (/*Object*/ keywordParameters) (view source)
parameter | type | description |
---|---|---|
keywordParameters | Object | url String, label: String} Where label is optional and configures what should be used as the return from getLabel() |
FunctionsBack to top
See dojo.data.api.Read.close()

See dojo.data.api.Read.containsValue()
See dojo.data.api.Identity.fetchItemByIdentity()

See dojo.data.api.Read.getAttributes()
See dojo.data.api.Read.getFeatures()

See dojo.data.api.Identity.getIdentity()

See dojo.data.api.Identity.getIdentifierAttributes() Identity isn't a public attribute in the item, it's the node count. So, return null.

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

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

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

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

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

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

See dojo.data.api.Read.isItemLoaded() OpmlStore loads every item, so if it's an item, then it's loaded.

See dojo.data.api.Read.loadItem()
This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

Internal function to recurse over all child nodes from the store and add them As non-toplevel items
Internal function for looking at the values contained by the item.
See dojo.data.util.simpleFetch.fetch()
Internal function to determine which list of items to search over.
Internal function to execute delayed request in the store. Execute any deferred fetches now.
