JDOM and XML Parsing, Part 2
By Jason Hunter
JDOM makes XML manipulation in Java easier than ever.
In the first article of this series, I introdUCed JDOM, an open-source library for Java-optimized XML data manipulations. I eXPlained how this alternative document object model was not built on DOM or modeled after DOM but was created to be Java-specific and thereby take advantage of Java's features, including method overloading, collections, reflection, and familiar programming i...[ 查看全文 ]