Uses of Class
net.htmlparser.jericho.Renderer
Packages that use Renderer
-
Uses of Renderer in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return RendererModifier and TypeMethodDescriptionSegment.getRenderer()
Performs a simple rendering of the HTML markup in this segment into text.Renderer.setBlockIndentSize
(int blockIndentSize) Sets the size of the indent to be used for anything other thanLI
elements.Renderer.setConvertNonBreakingSpaces
(boolean convertNonBreakingSpaces) Sets whether non-breaking space (
) character entity references are converted to spaces.Renderer.setDecorateFontStyles
(boolean decorateFontStyles) Sets whether decoration characters are to be included around the content of some font style elements and phrase elements.Renderer.setHRLineLength
(int hrLineLength) Sets the length of a horizontal line.Renderer.setIncludeAlternateText
(boolean includeAlternateText) Sets whether the alternate text of a tag that has analt
attribute is included in the output.Renderer.setIncludeFirstElementTopMargin
(boolean includeFirstElementTopMargin) Sets whether the top margin of the first element is rendered.Renderer.setIncludeHyperlinkURLs
(boolean includeHyperlinkURLs) Sets whether hyperlink URLs are included in the output.Renderer.setListBullets
(char[] listBullets) Sets the bullet characters to use for list items insideUL
elements.Renderer.setListIndentSize
(int listIndentSize) Sets the size of the indent to be used forLI
elements.Renderer.setMaxLineLength
(int maxLineLength) Sets the column at which lines are to be wrapped.Renderer.setNewLine
(String newLine) Sets the string to be used to represent a newline in the output.Renderer.setTableCellSeparator
(String tableCellSeparator) Sets the string that is to separate table cells.