Uses of Class
org.htmlunit.html.HtmlPreformattedText
-
Packages that use HtmlPreformattedText Package Description org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of HtmlPreformattedText in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlPreformattedText Modifier and Type Method Description protected void
HtmlSerializerNormalizedText. appendPreformattedText(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlPreformattedText htmlPreformattedText)
ProcessHtmlPreformattedText
.protected void
HtmlSerializerVisibleText. appendPreformattedText(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlPreformattedText htmlPreformattedText, HtmlSerializerVisibleText.Mode mode)
ProcessHtmlPreformattedText
.
-