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 voidHtmlSerializerNormalizedText. appendPreformattedText(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlPreformattedText htmlPreformattedText)ProcessHtmlPreformattedText.protected voidHtmlSerializerVisibleText. appendPreformattedText(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlPreformattedText htmlPreformattedText, HtmlSerializerVisibleText.Mode mode)ProcessHtmlPreformattedText.
-