dojox.wire.XmlWire._getValue
dojo.require("dojox.wire.XmlWire");
defined in dojox/wire/XmlWire.js
This method first uses a root node passed in 'object' argument and 'path' property to identify an attribute, a text or elements. If 'path' starts with a slash (absolute), the first path segment is ignored assuming it point to the root node. (That is, "/a/b/@c" and "b/@c" against a root node access the same attribute value, assuming the root node is an element with a tag name, "a".)
Usage
function (/*Node*/ object) (view source)
parameter | type | description |
---|---|---|
object | Node | A root node |