| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
| com.gargoylesoftware.htmlunit.html.parser |
Contains the html parser interface.
|
| com.gargoylesoftware.htmlunit.html.parser.neko |
Contains the neko html parser.
|
| Modifier and Type | Method and Description |
|---|---|
protected XHtmlPage |
DefaultPageCreator.createXHtmlPage(WebResponse webResponse,
WebWindow webWindow)
Creates an XHtmlPage for this WebResponse.
|
| Modifier and Type | Method and Description |
|---|---|
XHtmlPage |
HTMLParser.parseXHtml(WebResponse webResponse,
WebWindow webWindow)
Parses the XHTML content from the specified WebResponse into an object tree representation.
|
| Modifier and Type | Method and Description |
|---|---|
XHtmlPage |
HtmlUnitNekoHtmlParser.parseXHtml(WebResponse webResponse,
WebWindow webWindow)
Parses the XHTML content from the specified WebResponse into an object tree representation.
|
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.