[jdom-interest] streamdom -- middle ground between SAX and DO M

V Lakshman lak at vlakshman.com
Wed Jan 2 06:58:25 PST 2002


No, the document is parsed only once, but instead of
SAX events, you get element-handling events from
the parser.  You can't "look up" a node (that would
require random access) -- you get the nodes in
a serial manner only.

Lakshman

On Tuesday 01 January 2002 12:27 pm, Vijay Kumar wrote:
> Does this mean that the document will be parsed by the Sax parser
> everytime we need to look up a node in the document. I don;t see
> any other way of getting an
> arbiterary node from a SAX based parser.



More information about the jdom-interest mailing list