Package org.mozilla.dom

Classes to access access and manipulate the W3C DOM of the current page.

See:
          Description

Interface Summary
DocumentLoadListener  
 

Class Summary
DOMAccessor  
JavaDOMPermission  
 

Package org.mozilla.dom Description

Classes to access access and manipulate the W3C DOM of the current page.

The normal way to gain access to the dom is by calling CurrentPage.getDOM(). This returns an org.w3c.dom.Document instance which can be manipulated and inspected as desired.


Last modified: Mon Mar 14 20:45:20 Eastern Standard Time 2005



Copyright © 2002-2005 Mozilla.org All Rights Reserved.