Functiondojox.wire.XmlWire._setNodeValue

dojo.require("dojox.wire.XmlWire");
defined in dojox/wire/XmlWire.js

If 'exp' starts with '@', 'value' is set to the specified attribute. If 'exp' is "text()", 'value' is set to a child text.

Usage

function (/*Node*/ node, /*String*/ exp, /*String*/ value) (view source)
parametertypedescription
nodeNodeA node
expStringAn expression for attribute or text
valueStringA value to set