[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Wed, 20 Jan 1999 22:24:36 -0800
>First, we will need to define a new type, namely Name.
Turning names into first class objects does solve the namespace problem as
well as providing an opportunity to solve the 'intern' problem by adding
name comparison methods. Implementations that maintains 'interned' name
within Name will obviously be very efficient past the tree building process.
It is not a very well known fact that Docuverse DOM SDK uses 'interned'
names and it has been very useful to many of our customers although it does
cost about 10% speed penalty during tree building.
Going beyond the Name interface, I would love to have Data interface which
does not force the content data to be turned into 'String' unnecessarily.
Best,
Don Park
Docuverse
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|