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
Implements an OutputSegment whose content is a list of attribute name/value pairs.
class
Represents a modified version of an original Source document.
class
Implements an OutputSegment whose content is a CharSequence.

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 indentText, boolean tidyTags, boolean collapseWhiteSpace, boolean indentAllElements)
Reproduces the source text with indenting that represents the document element hierarchy of this source document.