Uses of Interface
net.htmlparser.jericho.CharStreamSource
-
Packages that use CharStreamSource Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of CharStreamSource in net.htmlparser.jericho
Subinterfaces of CharStreamSource in net.htmlparser.jericho Modifier and Type Interface Description interface
OutputSegment
Defines the interface for an output segment, which is used in anOutputDocument
to replace segments of the source document with other text.Classes in net.htmlparser.jericho that implement CharStreamSource Modifier and Type Class Description class
OutputDocument
class
Renderer
Performs a simple rendering of HTML markup into text.class
SourceCompactor
Compacts HTML source by removing all unnecessary white space.class
SourceFormatter
Formats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.class
TextExtractor
Extracts the textual content from HTML markup.Methods in net.htmlparser.jericho with parameters of type CharStreamSource Modifier and Type Method Description static java.io.Reader
CharStreamSourceUtil. getReader(CharStreamSource charStreamSource)
Returns aReader
that reads the output of the specifiedCharStreamSource
.static java.lang.String
CharStreamSourceUtil. toString(CharStreamSource charStreamSource)
Returns the output of the specifiedCharStreamSource
as a string.
-