Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
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 |
---|---|
void |
DomNamespaceNode.processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Lifecycle method to support special processing for js method importNode. |
void |
HtmlScript.processImportNode(Document doc) |
void |
DomNode.processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Lifecycle method to support special processing for js method importNode. |
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
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–2016 Gargoyle Software Inc.. All rights reserved.