Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.html.impl |
Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
|
Modifier and Type | Method and Description |
---|---|
DomDocumentFragment |
SgmlPage.createDocumentFragment()
Creates an empty
DomDocumentFragment object. |
Modifier and Type | Method and Description |
---|---|
DomDocumentFragment |
HtmlTemplate.getContent() |
Modifier and Type | Method and Description |
---|---|
DomDocumentFragment |
SimpleRange.cloneContents()
Duplicates the contents of this.
|
DomDocumentFragment |
SimpleRange.extractContents()
Moves the contents of a Range from the containing document or document
fragment to a new DocumentFragment.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.