Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Pretty Printing HTML String in Java using jsoup
Pretty Printing HTML String in Java using jsoup

In this post, we are going to use jsoup Java library to pretty print a HTML string.

jsoup extract Website Title in Java
jsoup extract Website Title in Java

In this post, we show you how to use the jsoup library in a Java application to extract the title of a website.

jsoup extract custom data attributes of HTML5 Element in Java
jsoup extract custom data attributes of HTML5 Element in Java

In this post, we learn how to use jsoup Java library to extract HTML5 custom data attributes.

jsoup extract Inner and Outer HTML of HTML Element in Java
jsoup extract Inner and Outer HTML of HTML Element in Java

In this post, we learn how to use jsoup Java library to extract inner or outer HTML of an element in a HTML document.

jsoup extract JavaScript from HTML script element in Java
jsoup extract JavaScript from HTML script element in Java

In this post, we are going to explore how to use the jsoup library in a Java application to extract JavaScript content of a script element in the HTML document.

jsoup extract text and attributes of HTML element in Java
jsoup extract text and attributes of HTML element in Java

In this post, we are going to learn how to use the jsoup library in a Java application to extract text and other attributes of an element in the HTML document.

jsoup extract ID and name of HTML element in Java
jsoup extract ID and name of HTML element in Java

In this post, we are going to explore how to use jsoup library in a Java application to extract the ID or name attribute of an element in the HTML document.

jsoup extract CSS class name of HTML element in Java
jsoup extract CSS class name of HTML element in Java

In this post, we are going to explore how to use jsoup library in a Java application to extract css class names of an element in the HTML document.

jsoup parse HTML Document from an URL in Java
jsoup parse HTML Document from an URL in Java

In this tutorial we will explore how to use the jsoup library in Java program to parse HTML from a given URL into a jsoup Document object.

jsoup parse HTML Document from a File and InputStream in Java
jsoup parse HTML Document from a File and InputStream in Java

In this tutorial we will explore how to use the jsoup library in Java program to parse HTML from a local file or input stream into a jsoup Document object.

  • 1
  • 2
  • 3

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.