1.

When To Use A Dom4j Parser?

Answer»

You should use a DOM4J 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 DOM4J parser when:



Discussion

No Comment Found