Uses of Class
net.htmlparser.jericho.StreamedSource

Uses of StreamedSource in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return StreamedSource
 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 single Segment by the iterator.