Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlOrderedList
-
Packages that use HtmlOrderedList Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlOrderedList in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html with parameters of type HtmlOrderedList Modifier and Type Method Description protected voidHtmlSerializer. appendOrderedList(HtmlSerializer.HtmlSerializerTextBuilder builder, HtmlOrderedList htmlOrderedList)Deprecated.ProcessHtmlOrderedListtaking care to numerate it.
-