1.

What are the disadvantages of StAX parser?

Answer»
  • We have no random access to an XML document since it is processed in a forward-only manner

  • If you need to keep track of data the parser has seen or change the order of items, you must write the code and store the data on your own



Discussion

No Comment Found