Functiondojox.data.OpmlStore.isItem

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

Four things are verified to ensure that "something" is an item:

Usage

function (something) (view source)
parametertypedescription
something can not be null, the nodeType must be an XML Element, the tagName must be "outline", and the node must be a member of XML document for this datastore.