Uses of Class
org.jsoup.parser.StreamParser
Package
Description
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
Package containing classes supporting the core jsoup code.
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of StreamParser in org.jsoup
Modifier and TypeMethodDescriptiondefault StreamParser
Connection.Response.streamParser()
Returns aStreamParser
that will parse the Response progressively. -
Uses of StreamParser in org.jsoup.helper
Modifier and TypeMethodDescriptionstatic StreamParser
DataUtil.streamParser
(Path path, @Nullable Charset charset, String baseUri, Parser parser) Returns aStreamParser
that will parse the supplied file progressively.HttpConnection.Response.streamParser()
-
Uses of StreamParser in org.jsoup.parser
Modifier and TypeMethodDescriptionProvide the input for a Document parse.StreamParser.parse
(String input, String baseUri) Provide the input for a Document parse.StreamParser.parseFragment
(Reader input, @Nullable Element context, String baseUri) Provide the input for a fragment parse.StreamParser.parseFragment
(String input, @Nullable Element context, String baseUri) Provide the input for a fragment parse.StreamParser.stop()
Flags that the parse should be stopped; the backing iterator will not return any more Elements.