[jdom-interest] Streaming JDOM

Michael Kay mike at saxonica.com
Sun Jul 23 14:49:07 PDT 2006


> In other words: does JDOM have a streaming API that is as 
> easy to use as a parsed/in-memory element tree?

No streaming API will ever be as easy to use as a tree-based API, because if
you only get to see a node once, your application has to organize a lot more
state than if it can navigate freely in any direction.

Michael Kay
http://www.saxonica.com/



More information about the jdom-interest mailing list