GithubHelp home page GithubHelp logo

davidmr001 / jsoup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jhy/jsoup

0.0 1.0 0.0 2.21 MB

jsoup: Java HTML Parser, with best of DOM, CSS, and jquery

Home Page: https://jsoup.org/

License: MIT License

Java 58.37% HTML 41.63%

jsoup's Introduction

jsoup: Java HTML parser that makes sense of real-world HTML soup.

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 (http://whatwg.org/html), and parses HTML to the same DOM as modern browsers do.

* parse HTML from a URL, file, or string
* find and extract data, using DOM traversal or CSS selectors
* manipulate the HTML elements, attributes, and text
* clean user-submitted content against a safe white-list, to prevent XSS
* output tidy HTML

jsoup is designed to deal with all varieties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will create a sensible parse tree.

jsoup runs on Java 1.5 and up.

See https://jsoup.org/ for downloads and documentation.

jsoup's People

Contributors

amferraz avatar benbenw avatar boomkap avatar chikei avatar code4craft avatar cromoteca avatar csnardi avatar fkoehler avatar hannibal218bc avatar hatsuyuki15 avatar ja-fra avatar jairideout avatar jaredstehler avatar jhy avatar kguelzau avatar kzn avatar legioth avatar michael-simons avatar mitemitreski avatar nirro01 avatar offa avatar okaymak avatar schmid-michael avatar sebkur avatar shepard avatar tc avatar tipabu avatar travisfw avatar veinhorn avatar zjiajun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.