Constructordojox.data.OpmlStore

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

constructor

Usage

function (/*Object*/ keywordParameters) (view source)
parametertypedescription
keywordParametersObjecturl String, label: String} Where label is optional and configures what should be used as the return from getLabel()

Jump to PropertiesFunctionsBack to top

See dojo.data.api.Read.close()
FunctioncontainsValue(item, attribute, value)
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.
FunctiongetLabel(item)
See dojo.data.api.Read.getLabel()
See dojo.data.api.Read.getLabelAttributes()
FunctiongetValue(item, attribute, defaultValue)
See dojo.data.api.Read.getValue()
FunctiongetValues(item, attribute)
See dojo.data.api.Read.getValues()
FunctionhasAttribute(item, attribute)
See dojo.data.api.Read.hasAttribute()
FunctionisItem(something)
See dojo.data.api.Read.isItem()
FunctionisItemLoaded(something)
See dojo.data.api.Read.isItemLoaded() OpmlStore loads every item, so if it's an item, then it's loaded.
FunctionloadItem(item)
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
Function_containsValue(item, attribute, value, regexp: RegExp?)
Internal function for looking at the values contained by the item.
Function_fetchItems(keywordArgs: Object, findCallback: Function, errorCallback: Function)
See dojo.data.util.simpleFetch.fetch()
Function_getItemsArray(queryOptions: Object?)
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.
Function_processRawXmlTree(rawXmlTree)

Jump to FunctionsPropertiesBack to top