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.html.serializer |
Contains the html serializer implementations.
|
org.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
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 |
HtmlSerializerNormalizedText.appendTextArea(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
HtmlTextArea htmlTextArea)
Process
HtmlTextArea . |
protected void |
HtmlSerializerVisibleText.appendTextArea(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlTextArea htmlTextArea,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
HtmlTextArea . |
Modifier and Type | Method and Description |
---|---|
HtmlTextArea |
HTMLTextAreaElement.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw
an exception if one cannot be found.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.