Re: [Htmlparser-user] Node.collectInto()
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-03-03 00:01:22
|
> I was looking into the example code provided with the > 1.3 version distribution regrading extracting embedded > links/images. I notice that I would have to specify a > class filter in the collectInto method of Node class. > Suppose that I want to collect several types of > embedded tags in the same call, this method won't > allow me to do so. Is it possible that I pass a > Class[] type as the filter to this method? You could do it a different way - look at http://htmlparser.sourceforge.net/docs/index.php/CustomTagExtraction Regards, Somik |