[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Next Round

  • From: Tyler Baker <tyler@i...>
  • To: Don Park <donpark@q...>
  • Date: Thu, 21 Jan 1999 02:13:48 -0500

Re: Next Round
Don Park wrote:

> >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.

I have had exactly this in my parser interface for a while, namely a
CharacterData interface.  It has methods for retrieving the content as a
character arrays, Strings, normalized character arrays, normalized strings, and
support for direct parsing of characters into primitive values like ints,
booleans, and floats (this support is there so you are not forced to create a new
String object just to parse content into a number with methods like
Integer.parseInt(String s)).

Not sure if this would be in the realm of SAX since SAX is supposed to be a
Simple API for XML, but some sort of character data interface with a lazy data
model behind it that at least supports new character arrays, copying, strings,
and normalized content would not be such a bad idea.

Tyler


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.