dojox/data/XmlItem (version 1.10)

Usage

var foo = new XmlItem(element,store,query);
dojox/data/XmlItem
Parameter Type Description
element undefined

An XML element

store undefined

The containing store, if any.

query undefined

The query to use to look up a specific element. Usually an XPath or dojo.query statement.

See the dojox/data/XmlItem reference documentation for more information.

Method Summary

  • toString() Return a value of the first text child of the element

Methods

toString()
Defined by dojox/data/XmlItem

Return a value of the first text child of the element

Returns:any | string

a value of the first text child of the element

Error in the documentation? Can’t find what you are looking for? Let us know!