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 08:50:48 -0000

> > Saxon stores a node-to-base-URI mapping in a separate
> table.
>
> So there's one global table for the entire application?

Saxon actually holds it at document level - or more precisely at the level
of the TinyTree object, which despite its name now holds a set of one or
more trees each of which may be rooted at either a document or element node.

Michael Kay





Archive powered by MHonArc 2.6.24.

Top of Page