Java HTML parsers suite.
🌟 Java HTML parsers suite.
🏡 Website: lagarto.jodd.org
❤️ For developers, by developer.
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 someLagartoDom
builds a DOM tree in memory from the input. You can manipulate a tree more conveniently, with minorJerry
is a “jQuery in Java” - you can use the familiar syntax of JavaScript library inside of Java to parse andCSSelly
- finally, the parser of CSS3 selectors.