Functiondojox.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.

Usage

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