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.