1.

When To Use A Jdom Parser?

Answer»

You should use a JDOM parser when:

  • You need to know a lot about the structure of a document.
  • You need to move PARTS of the document around (you might WANT to sort certain ELEMENTS, for example).
  • You need to use the information in the document more than once.
  • You are a java developer and want to leverage java OPTIMIZED parsing of XML.

You should use a JDOM parser when:



Discussion

No Comment Found