Generated by
JDiff

Interface com.jniwrapper.win32.ie.dom.HTMLDocument

Removed interface org.w3c.dom.Document.
Added interface org.w3c.dom.html.HTMLDocument.

Removed Methods
List getAnchors() Returns all anchor elements in the document.
HTMLElement getBody() Returns body element.
List getForms() Returns all form elements in the document.
List getImages() Returns all image elements in the document.
List getLinks() Returns all image and image area elements in the document.
 

Added Methods
String getDomain() The domain name of the server that served the document or null if the server cannot be identified by a domain name.
HTMLElement getElementFromPoint(int, int) Returns the element for the specified x coordinate and the specified y coordinate.
NodeList getElementsByName(String) Gets a collection of objects based on the value of the NAME or ID attribute.
String getReferrer() Returns the URI of the page that linked to this page.
String getURL() Returns the URI of the page that linked to this page.
void setTitle(String) Sets the title of a document as specified by the {@code TITLE} element in the head of the document.