Does JDom support a hybrid event/tree strategy where I can handle SAX events for most of the document and build a JDom tree only for those fragments I need random access to? This is mentioned in Python/XML by Sean McGrath, for example, to balance tree simplicity with event scalability Thanks, Richard