Re: [Htmlparser-user] How to use it.
Brought to you by:
derrickoswald
|
From: Somik R. <so...@ya...> - 2002-11-15 16:41:46
|
Hi Navid, You're not supposed to use HTMLTag directly. What tag do you want to find ? If its not covered in the scanners, then you could test the tag contents (tag.getParameter(String)) or tag.getText(). HTH. Regards, Somik --- "Navid H.Langaroudi" <na...@ya...> wrote: > One more question: > what this method does? static HTMLTag > find(HTMLReader > reader, java.lang.String input, int position) > Discription says this [Locate the tag withing the > input string, by parsing from the given position] > but > it is not working that way. I am trging to use the > HTMLTag object for finding a specific tag through > out > one html page. > > Thanks for your help. > Navid. > > > --- Somik Raha <so...@ya...> wrote: > > Hi Navid, > > Looks like you're having basic java problems > > here. Whichever class you > > use, you should have corresponding packages > > imported. If you're using an > > intelligent IDE like > > Eclipse(http://www.eclipse.org), this is usually > > auto-detected (when you choose Arrange Imports). > > One way of cross-checking is - open up the jar > > file to see that the > > class or classes you're trying to import exists. > > In any case, post the program that you're > trying > > to compile, with the > > entire errors that are thrown, and we might be > able > > to help. > > > > Regards, > > Somik > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Htmlparser-user mailing list > > Htm...@li... > > > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - Let the expert host your site > http://webhosting.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: To learn the > basics of securing > your web site with SSL, click here to get a FREE > TRIAL of a Thawte > Server Certificate: > http://www.gothawte.com/rd524.html > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com |