Uses of Class
net.htmlparser.jericho.StreamedSource
Packages that use StreamedSource
-
Uses of StreamedSource in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return StreamedSourceModifier and TypeMethodDescriptionStreamedSource.setBuffer
(char[] buffer) Specifies an existing character array to use for buffering the incoming character stream.StreamedSource.setCoalescing
(boolean coalescing) Specifies whether an unbroken section of plain text in the source document should always be coalesced into a singleSegment
by the iterator.