Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.xml |
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
Document |
Window.getDocument()
Returns the window's current document.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLDocument
A JavaScript object for a Document.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentProxy.getDelegee() |
Modifier and Type | Class and Description |
---|---|
class |
XMLDocument
A JavaScript object for XMLDocument.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.