| Package | Description |
|---|---|
| org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
| org.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| org.htmlunit.javascript.host.css |
Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| org.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| org.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 |
HtmlScript.processImportNode(Document doc) |
void |
HtmlImage.processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
void |
DomNode.processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
void |
DomNamespaceNode.processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Window.getDocument()
Returns the window's current document.
|
| Constructor and Description |
|---|
StyleSheetList(Document document)
Creates a new style sheet list owned by the specified document.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
DOMParser.parseFromString(HtmlUnitScriptable scriptable,
String str,
Object type)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Document |
DOMParser.parseFromString(String str,
Object type)
Parses the given Unicode string into a DOM document.
|
static Document |
DOMParser.parseHtmlDocument(HtmlUnitScriptable scriptable,
WebResponse webResponse,
WebWindow webWindow)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
| Constructor and Description |
|---|
Range(Document document)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLDocument
A JavaScript object for
HTMLDocument. |
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentProxy.getDelegee() |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLDocument
A JavaScript object for
XMLDocument. |
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.