Functiondojox.wire.XmlWire._getChildNode

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

A child element of the tag name specified with 'name' is returned. If 'name' ends with an array index, it is used to pick up the corresponding element from multiple child elements.

Usage

function (/*Node*/ node, /*String*/ name) (view source)
parametertypedescription
nodeNodeA parent node
nameStringA tag name