Instant jsoup How-to

Pete Houston

  • 出版商: Packt Publishing
  • 出版日期: 2013-06-01
  • 售價: $1,110
  • 貴賓價: 9.5$1,055
  • 語言: 英文
  • 頁數: 38
  • 裝訂: Paperback
  • ISBN: 1782167994
  • ISBN-13: 9781782167990
  • 下單後立即進貨 (約3~4週)

商品描述

Effectively extract and manipulate HTML content with the jsoup library

Overview

  • Learn something new in an Instant! A short, fast, focused guide delivering immediate results
  • Manipulate real-world HTML
  • Discover all the features supported by the Jsoup library
  • Learn how to Extract and Validate HTML data

In Detail

As you might know, there are a lot of Java libraries that support parsing HTML content out there. Jsoup is yet another HTML parsing library, but it provides a lot of functionalities and boasts much more interesting features when compared to others. Give it a try, and you will see the difference!

Instant jsoup How-to provides simple and detailed instructions on how to use the Jsoup library to manipulate HTML content to suit your needs. You will learn the basic aspects of data crawling, as well as the various concepts of Jsoup so you can make the best use of the library to achieve your goals.

Instant jsoup How-to will help you learn step-by-step using real-world, practical problems. You will begin by learning several basic topics, such as getting input from a URL, a file, or a string, as well as making use of DOM navigation to search for data. You will then move on to some advanced topics like how to use the CSS selector and how to clean dirty HTML data. HTML data is not always safe, and because of that, you will learn how to sanitize the dirty documents to prevent further XSS attacks.

Instant jsoup How-to is a book for every Java developer who wants to learn HTML manipulation quickly and effectively. This book includes the sample source code for you to refer to with a detailed explanation of every feature of the library.

What you will learn from this book

  • Parse HTML from a URL, a file, or a string
  • Find data using DOM or CSS selectors
  • Manipulate the HTML elements, attributes, and text
  • Sanitize data to prevent XSS attacks
  • Understand various methods to configure your library for better results

Approach

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book will take a how-to approach, focusing on recipes that demonstrate Jsoup.

Who this book is written for

If you are working in data scraping, data crawling, or within a similar area using Java, then this book is the one for you. This book acts as a fast-paced and simple guide to enhance your HTML data manipulating skills using one of the most well-known libraries, Jsoup.