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 interfaceOutputSegmentDefines the interface for an output segment, which is used in anOutputDocumentto replace segments of the source document with other text.Classes in net.htmlparser.jericho that implement CharStreamSource Modifier and Type Class Description classOutputDocumentclassRendererPerforms a simple rendering of HTML markup into text.classSourceCompactorCompacts HTML source by removing all unnecessary white space.classSourceFormatterFormats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.classTextExtractorExtracts the textual content from HTML markup.Methods in net.htmlparser.jericho with parameters of type CharStreamSource Modifier and Type Method Description static java.io.ReaderCharStreamSourceUtil. getReader(CharStreamSource charStreamSource)Returns aReaderthat reads the output of the specifiedCharStreamSource.static java.lang.StringCharStreamSourceUtil. toString(CharStreamSource charStreamSource)Returns the output of the specifiedCharStreamSourceas a string.
-