Uses of Class
org.htmlunit.html.HtmlTitle
-
Packages that use HtmlTitle Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.serializer Contains the html serializer implementations. -
-
Uses of HtmlTitle in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTitle Modifier and Type Method Description private HtmlTitle
HtmlPage. getTitleElement()
Gets the title element for this page. -
Uses of HtmlTitle in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlTitle Modifier and Type Method Description protected void
HtmlSerializerNormalizedText. appendTitle(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTitle htmlTitle)
ProcessHtmlTitle
.protected void
HtmlSerializerVisibleText. appendTitle(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTitle htmlTitle, HtmlSerializerVisibleText.Mode mode)
ProcessHtmlTitle
.
-