[Htmlparser-developer] Re: [Htmlparser-user] Node.collectInto()
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-03-03 00:09:27
|
Joe Lin wrote: > Anoter question regarding the collectInto(NodeList > collectionList, java.lang.String filter) method, I > could not seem to find the filter constants for > different Node type. Can anyone point me where these > are? After moving to the class parameters, this method has become redundant. We're planning to take it out. You're better off using the other techniques (the other collectInto or TagFindingVisitor). > BTW, I think HTMLParser is a great software. I have > being looking for Java html parser high and low. > HTMLParser represent a best architecture and user API > to me. I especially like that it is in a sense a > steaming parser. This means performance and optimal > memory usage for me. Thanks for the kind words. We've got a diverse and talented set of people who've been making contributions over a period of time. Kind words always help inspire us to serve the community better. Regards, Somik |