Uses of Interface au.id.jericho.lib.html.CharStreamSource

Uses in package au.id.jericho.lib.html

Classes implementing au.id.jericho.lib.html.CharStreamSource

class
Represents a modified version of an original Source document.
class
Performs a simple rendering of HTML markup into text.
class
Compacts HTML source by removing all unnecessary white space.
class
Formats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.
class
Extracts the textual content from HTML markup.

Methods with parameter type au.id.jericho.lib.html.CharStreamSource

Reader
Returns a Reader that reads the output of the specified CharStreamSource.
String
Returns the output of the specified CharStreamSource as a string.

Methods with return type au.id.jericho.lib.html.CharStreamSource

CharStreamSource
Source.indent(String indentString, boolean tidyTags, boolean collapseWhiteSpace, boolean indentAllElements)
Formats the HTML source by laying out each non-inline-level element on a new line with an appropriate indent.