Namespacedojox.data.dom

dojo.require("dojox.data.dom");
defined in dojox/data/dom.js

FunctionsBack to top

cross-browser implementation of creating an XML document object.
Implementation of MS's innerXML function.
removes all children from node and returns the count of children removed. The children nodes are not destroyed. Be sure to call dojo._destroyElement on them after they are not used anymore.
Removes all children of node and appends newChild. All the existing children will be destroyed.
Implementation of the DOM Level 3 attribute; scan node for text