From: Rodrigo C. <rn...@gm...> - 2007-02-20 20:10:58
|
Ok, so I see a new NodeRecorder. I didn't saw the internals of NodeRecorder yet, but I presume it's lightweight, so I can instanciate a few thousands without major trouble and keep them in my internal structures, right? I think you should introduce two new methods into NodeRecorder: VTDNav NodeRecorder.getNav(); int NodeRecorder.getPositionsCount(); Thanks, Rodrigo Jimmy Zhang wrote: > the source forge shell service is down, the document for 2.0 is at > http://www.ximpleware.com/doc/ > ----- Original Message ----- From: "Rodrigo Cunha" <rn...@gm...> > To: <vtd...@li...> > Sent: Thursday, February 15, 2007 3:19 AM > Subject: Re: [Vtd-xml-users] Random Access Proposal (take 2) > > >> Well, just some ideas concerning what I think should be the nature of a >> "context": >> >> - As light as possible to generate, manipulate and access (so just use a >> simple context with minimun clutter). >> - Comparable. >> - Hashable efficiently (good and fast dispertion function). >> - Possible to associate with VTDNav (so contains a pointer to VTDNav). >> - Usable in another VTDNav (that's a tricky one, and unsafe, but makes >> sense if you have various equal VTDNavs and a RMI-based system, so it >> should be possible despite perhaps including dire warnings in the >> documentation). >> >> Jimmy Zhang wrote: >> >> Yes, will try, but then again, there will always be a 2.1 :) >> >> >> ------------------------------------------------------------------------- >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> _______________________________________________ >> Vtd-xml-users mailing list >> Vtd...@li... >> https://lists.sourceforge.net/lists/listinfo/vtd-xml-users >> > > > |