Uses of Class
org.htmlunit.html.HtmlTitle
Packages that use HtmlTitle
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains the html serializer implementations.
-
Uses of HtmlTitle in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlTitleModifier and TypeMethodDescriptionprivate 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 HtmlTitleModifier and TypeMethodDescriptionprotected void
HtmlSerializerNormalizedText.appendTitle
(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTitle htmlTitle) ProcessHtmlTitle
.protected void
HtmlSerializerVisibleText.appendTitle
(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTitle htmlTitle, HtmlSerializerVisibleText.Mode mode) ProcessHtmlTitle
.