| 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.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlRadioButtonInput |
HtmlForm.getCheckedRadioButton(String name)
Returns the first checked radio button with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<HtmlRadioButtonInput> |
HtmlForm.getRadioButtonsByName(String name)
Returns all the
HtmlRadioButtonInput elements in this form that have the specified name. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HtmlSerializerNormalizedText.appendRadioButtonInput(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder,
HtmlRadioButtonInput htmlRadioButtonInput)
Process
HtmlRadioButtonInput. |
protected void |
HtmlSerializerVisibleText.appendRadioButtonInput(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder,
HtmlRadioButtonInput htmlRadioButtonInput,
HtmlSerializerVisibleText.HtmlSerializerTextBuilder.Mode mode)
Process
HtmlRadioButtonInput. |
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.