JDOM

D

Dips

Hey , can any one tell me how JDOM parser works intenally. How does it
take an XML document and Parse it i.e read or write into an Xml file??

Dipali
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Dips said:
Hey , can any one tell me how JDOM parser works intenally. How does it
take an XML document and Parse it i.e read or write into an Xml file??

It is open source, so you can download and read yourself.

Arne
 
D

Dan P

Hey , can any one tell me how JDOM parser works intenally. How does it
take an XML document and Parse it i.e read or write into an Xml file??

I'd guess it uses SAX to parse through the elements and create the the
objects in memory.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Dan said:
I'd guess it uses SAX to parse through the elements and create the the
objects in memory.

I think that depends on whether the code uses DOMBuilder or SAXBuilder !

:)

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,269
Messages
2,571,098
Members
48,773
Latest member
Kaybee

Latest Threads

Top