摘要: JDOM是一個(gè)開源的專為Java語言提供XML解析功能的項(xiàng)目,項(xiàng)目自2000年春季啟動(dòng),目前其最新版本是1.0,并且被Java Community Process接受為JSR102,當(dāng)時(shí)Sun給予JDOM的肯定評(píng)價(jià)是:In general we tend to prefer to avoid adding new APIs to the Java platform which replicate the functionality of existing APIs. However, JDOM does appear to be significantly easier to use than the earlier APIs, so we believe it will be a useful addition to the platform.可見,JDOM確實(shí)是Java語言處理XML的方便工具。
閱讀全文