| 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. |