Hi Scott,
looks like were in the same business, sort of. Yes, I have a classes for
managing all things DOM and the main application calls methods of those
classes, so we are in agreement there. I still would like to somehow create
my own collection of nodes though.
Thanks,
John
-----Original Message-----
From: Scott A. Herod [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 6:48 PM
To: [EMAIL PROTECTED]
Subject: Re: My own node list?
Hi John,
Why not have a class that responsible for maintaining the DOM list and
have everything else make calls into it. That way you also hide all of
the xerces specific code in case you later need to swap out with another
parser. Also, if you want to thread your code, you'll need to protect
the DOM structure and the class you build would be able to handle that.
We use something similar to this in our main app. I'd be happy to give
you more details if you wish.
Scott
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]