opnsense-ports/java/jdom/pkg-descr
2022-09-07 22:33:21 +02:00

4 lines
255 B
Text

JDOM is a Java library for accessing and manipulating XML documents.
It has a straightforward API, is a lightweight and fast, and is
optimized for the Java programmer. It's an alternative to DOM and
SAX, although it integrates well with both DOM and SAX.