JSoup
-
Core Java
Unescape HTML Characters in Java
HTML entities are special characters reserved in HTML that need to be represented by a specific code. For instance, the…
Read More » -
Enterprise Java
Parse HTML Table With Jsoup
Jsoup, an open-source library, serves the purpose of scraping HTML pages by offering an API for parsing, extracting, and manipulating…
Read More » -
Core Java
3 Examples of Parsing HTML File in Java using Jsoup
HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…
Read More » -
Android Core
Parsing HTML in Android with Jsoup
In this post, I want to describe how to use JSoup in Android. JSoup is a Java library that helps…
Read More » -
Enterprise Java
Blog Categorisation using Encog, ROME, JSoup and Google Guava
Continuing with Programming Collection Intelligence (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…
Read More »