Re: [Htmlparser-user] Regarding the Head Tag
Brought to you by:
derrickoswald
|
From: yangqike <qik...@16...> - 2009-03-17 08:14:16
|
org.htmlparser.tags.HeadTag 2009-03-17 yangqike 发件人: Aravind R Pillai 发送时间: 2009-03-17 14:35:24 收件人: htm...@li... 抄送: 主题: [Htmlparser-user] Regarding the Head Tag Hi Am pretty new to Html Parser and needs help in extracting and editing a particular set of tags in the html. I was going through the tutorial and I found this bit of code. Head head = heads.elementAt (0); I can’t find the “Head” class. Can anyone please help me. The e.g.: is listed in http://htmlparser.sourceforge.net/javadoc/index.html in parse method. Any help is greatly appreciated. Regards, Aravind R Pillai |