Definitions for "JDOM"
Keywords:  api, sax, xpath, xslt, dom
b . A complete Java-based solution for accessing, manipulating and outputting XML. JDOM provides a Java representation of an XML document and leverages the Java Collections API. Links: JDOM Home Page
JDOM is an open source Java-based document object model for XML that was designed specifically for the Java platform so that it can take advantage of its language features. JDOM integrates with Document Object Model (DOM) and Simple API for XML (SAX), supports XPath and XSLT. It uses external parsers to build documents.