This version contains new features, such as parsing HTML from the input stream, Dom cloning, and not () pseudo CSS selectors, fixing bugs, improving stability, and improving HTTP connection processing and stronger document normalization .
Jsoup is a Java HTML parser that can directly parse a URL address, HTML text content. It provides a very labor-saving API for fetching and manipulating data through dom,css and jquery-like operations.
The main functions of Jsoup are as follows: Parsing html from a URL, file or string, using a DOM or CSS selector to find, fetching, and manipulating HTML elements, attributes, and text;
Jsoup is based on the MIT protocol and can be safely used in commercial projects.
Turn from: Http://www.oschina.net/news/13310/jsoup-1-4-1-html-parser
This article is the use of B3log Solo from the simple design of the art of the synchronization of the release of the original address: Http://88250.b3log.org/jsoup-1-4-1-html-parser