All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jsoup.internal.package-info Maven / Gradle / Ivy

Go to download

jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.

There is a newer version: 1.18.1
Show newest version
/**
 * Util methods used by Jsoup. Please don't depend on the APIs implemented here as the contents may change without
 * notice.
 */
package org.jsoup.internal;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy