
Jdom is, quite simply, a java representation of an xml document. jdom provides a way to represent that document for easy and efficient reading, manipulation, and writing. it has a straightforward api, is 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.