Uses of Class
net.htmlparser.jericho.StreamedSource
-
Packages that use StreamedSource Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of StreamedSource in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return StreamedSource Modifier and Type Method Description StreamedSource
StreamedSource. setBuffer(char[] buffer)
Specifies an existing character array to use for buffering the incoming character stream.StreamedSource
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.
-