| 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. |
| Modifier and Type | Method and Description |
|---|---|
HtmlTextArea |
HtmlForm.getTextAreaByName(String name)
Returns the first
HtmlTextArea element in this form that has the specified name. |
| Modifier and Type | Method and Description |
|---|---|
List<HtmlTextArea> |
HtmlForm.getTextAreasByName(String name)
Returns all the
HtmlTextArea elements in this form that have the specified name. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlSerializer.appendTextArea(StringBuilder builder,
HtmlTextArea htmlTextArea)
Process
HtmlTextArea. |
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.