dojox.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.
parameter | type | description |
---|---|---|
node | Node | A node |
exp | String | An expression for attribute or text |
value | String | A value to set |