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