No subject
Fri Aug 6 17:04:17 PDT 2004
"Why KDOM? Why not JDOM or DOM? The motivation can simply be taken
from JDOM: XML processing in JAVA should be as simple as JAVA itself.
The problem with JDOM is that it depends on many classes that are not
available in the JAVA 2 Micro Edition. Whereas the goal of JDOM is
simplification, kDOM tries to add a significant reduction of memory
usage cruical on small devices like the palm pilot."
----- original message -----
Rosen, Alex arosen at silverstream.com
Fri, 24 Nov 2000 17:43:03 -0500
I like this general idea. I'd like to propose a slightly different
technique ...
----- original message -----
James Strachan james at metastuff.com
Thu, 23 Nov 2000 16:40:46 -0000
The effect on the API is suprisingly minimal. The following standard
JDOM objects are now immutable, so can be shared across any Element and
Document instances..
Attribute
Entity
Comment
CDATA
There are new doubly linked, mutable versions of these...
AttributeNode
EntityNode
CommentNode
CDATANode
More information about the jdom-interest
mailing list