Uses of Class
org.htmlunit.html.HtmlTitle
-
Packages that use HtmlTitle Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 HtmlTitleHtmlPage. 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 voidHtmlSerializerNormalizedText. appendTitle(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlTitle htmlTitle)ProcessHtmlTitle.protected voidHtmlSerializerVisibleText. appendTitle(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlTitle htmlTitle, HtmlSerializerVisibleText.Mode mode)ProcessHtmlTitle.
-