Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

DomUtilsAPI

The DomUtilsAPI adds support for DOM related functions.

Class overview

Class Name Description
DOMWalker The class provides the ability to walk through the DOM nodes of a given window as well as to open sub windows and walk through them as well.
nodeCollector  

Method overview

unwrapNode(in node aNode);

Methods

unwrapNode()

Unwraps a node which is wrapped into a XPCNativeWrapper or XrayWrapper.

unwrapNode(
  in node aNode
);
Parameters
aNode
Wrapped DOM node.

Document Tags and Contributors

 Contributors to this page: Sheppy, Adrianer
 Last updated by: Sheppy,