[jdom-interest] org.w3c.dom.* not used in jdom

Jason Hunter jhunter at acm.org
Mon Sep 25 14:15:28 PDT 2000


Wendy Liew wrote:
> 
> how come jdom creates its own set of document, etc classes
> rather than providing an implementation to w3c spec classes....

Because JDOM is not DOM.  DOM is one way of approaching the problem
(language neutral).  JDOM is another way (Java optimized).

Read http://jdom.org for more information.

-jh-



More information about the jdom-interest mailing list