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 {@link
org.mozilla.webclient.CurrentPage#getDOM}. This returns an org.w3c.dom.Document
instance which can be manipulated and inspected as desired.