Uses of Class
org.htmlunit.html.HtmlSubmitInput
-
Packages that use HtmlSubmitInput Package Description org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of HtmlSubmitInput in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlSubmitInput Modifier and Type Method Description protected voidHtmlSerializerNormalizedText. appendSubmitInput(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlSubmitInput htmlSubmitInput)ProcessHtmlSubmitInput.protected voidHtmlSerializerVisibleText. appendSubmitInput(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlSubmitInput htmlSubmitInput, HtmlSerializerVisibleText.Mode mode)ProcessHtmlSubmitInput.
-