[Htmlparser-user] Get links
Brought to you by:
derrickoswald
From: <hel...@ya...> - 2009-10-16 15:55:58
|
Hello I use HTML parser to retrive links from web pages. I had done this: Parser parser = new Parser(url); NodeList body = parser.parse(new HasAttributeFilter("a")); But It retrives the anchor text and not the link. How can I get links? |