dojox.data.dom.innerXML
dojo.require("dojox.data.dom");
defined in dojox/data/dom.js
Implementation of MS's innerXML function.
Usage
function (/*Node*/ node) (view source)
parameter | type | description |
---|---|---|
node | Node | The node from which to generate the XML text representation. |