Can JAXB parse large XML files in chunks
Posted
by John Fawcett
on Stack Overflow
See other posts from Stack Overflow
or by John Fawcett
Published on 2009-07-15T21:26:25Z
Indexed on
2010/04/26
12:43 UTC
Read the original article
Hit count: 237
I need to parse potentially large XML files, of which the schema is already provided to me in several XSD files, so XML binding is highly favored. I'd like to know if I can use JAXB to parse the file in chunks and if so, how.
© Stack Overflow or respective owner