dojox.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.
parameter | type | description |
---|---|---|
node | Node | A parent node |
name | String | A tag name |