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 TypeInterfaceDescriptioninterfaceDefines 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 CharStreamSourceModifier and TypeClassDescriptionfinal classclassPerforms a simple rendering of HTML markup into text.final classCompacts HTML source by removing all unnecessary white space.final classFormats HTML source by laying out each non-inline-level element on a new line with an appropriate indent.classExtracts the textual content from HTML markup.Methods in net.htmlparser.jericho with parameters of type CharStreamSourceModifier and TypeMethodDescriptionstatic ReaderCharStreamSourceUtil.getReader(CharStreamSource charStreamSource) Returns aReaderthat reads the output of the specifiedCharStreamSource.static StringCharStreamSourceUtil.toString(CharStreamSource charStreamSource) Returns the output of the specifiedCharStreamSourceas a string.