A tiny but fast java event-style markup parser
https://www.attoparser.org/
attoparser is a Java parser for XML and HTML markup. It is a SAX-style
event-based parser —though it does not implement the SAX standard— but it can
also act as a DOM-style parser.
Its goals are:
* To be easy to use. Few lines of code needed. And no more parser library hell
worrying about your JDK's parser API versions.
* To be fast. As fast as the fastest standard parsers. And in many scenarios,
faster.
* To offer a powerful interface. Consider well-formedness optional, line +
column location, ability to reconstruct the original document, etc.
* To simplify your parsing experience. By removing the need to worry about
validation or entity resolution —both unneeded in many cases.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Java:packages/attoparser && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
attoparser-2.0.7.RELEASE.tar.gz | 0000394052 385 KB | |
attoparser.changes | 0000000170 170 Bytes | |
attoparser.spec | 0000002558 2.5 KB |
Comments 0