dojox.wire.XmlWire._getNodeValue
dojo.require("dojox.wire.XmlWire");
defined in dojox/wire/XmlWire.js
If 'exp' starts with '@', an attribute value of the specified attribute is returned. If 'exp' is "text()", a child text value is returned. Otherwise, an array of child elements, the tag name of which match 'exp', is returned.
parameter | type | description |
---|---|---|
node | Node | A node |
exp | String | An expression for attribute, text or elements |