Skip to Content.
Sympa Menu

xom-interest - RE: [XOM-interest] indexOf O(1) patch?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Michael Kay" <mike AT saxonica.com>
  • To: "'Elliotte Harold'" <elharo AT metalab.unc.edu>
  • Cc: 'Wolfgang Hoschek' <whoschek AT yahoo.com>, xom-interest AT lists.ibiblio.org
  • Subject: RE: [XOM-interest] indexOf O(1) patch?
  • Date: Wed, 2 Feb 2005 13:29:03 -0000

>
> Then does each node have a reference to the Document, or does
> it have to
> walk up the tree to find this? Or is it something completely
> different
> where the entire document is stored in a table?

The node in the TinyTree isn't a Java object, it's an offset in a set of
arrays.

Michael Kay





Archive powered by MHonArc 2.6.24.

Top of Page