Uses of Interface
net.htmlparser.jericho.CharStreamSource
Packages that use CharStreamSource
-
Uses of CharStreamSource in net.htmlparser.jericho
Subinterfaces of CharStreamSource in net.htmlparser.jerichoModifier and TypeInterfaceDescriptioninterface
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 CharStreamSourceModifier and TypeClassDescriptionfinal class
class
Performs a simple rendering of HTML markup into text.final class
Compacts HTML source by removing all unnecessary white space.final 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 in net.htmlparser.jericho with parameters of type CharStreamSourceModifier and TypeMethodDescriptionstatic Reader
CharStreamSourceUtil.getReader
(CharStreamSource charStreamSource) Returns aReader
that reads the output of the specifiedCharStreamSource
.static String
CharStreamSourceUtil.toString
(CharStreamSource charStreamSource) Returns the output of the specifiedCharStreamSource
as a string.