项目作者: oblac

项目描述 :
Java HTML parsers suite.
高级语言: HTML
项目地址: git://github.com/oblac/jodd-lagarto.git
创建时间: 2020-07-20T08:13:02Z
项目社区:https://github.com/oblac/jodd-lagarto

开源协议:BSD 2-Clause "Simplified" License

下载


Jodd Lagarto

Jodd
GitHub release
Maven Central
javadoc
Build
codecov
Codacy Badge
Stack Overflow
BSD License

🌟 Java HTML parsers suite.

🏡 Website: lagarto.jodd.org

❤️ For developers, by developer.

🦎 Overview

Lagarto Suite is the family of HTML/XML parsers written in Java. It consists of the following libraries:

  • LagartoParser is an all-purpose fast and versatile event-based HTML parser. You can use it to modify or analyze some
    markup content, allowing you to assemble custom complex transformations and code analysis tools quickly. It is
    performant and follows the rules of the official HTML specification.
  • LagartoDom builds a DOM tree in memory from the input. You can manipulate a tree more conveniently, with minor
    performance sacrifice.
  • Jerry is a “jQuery in Java” - you can use the familiar syntax of JavaScript library inside of Java to parse and
    manipulate HTML.
  • CSSelly - finally, the parser of CSS3 selectors.