[Htmlparser-user] Parsing for links
Brought to you by:
derrickoswald
From: Mark G. <Mar...@as...> - 2007-08-07 09:20:34
|
Hi all I used the filterbean class to extract only tags with links <a href> However I wish to only retrieve links that have an id attribute with value that starts with string test_ I don't see any method in the api that lets you do a search for the id's value that acts like a String's indexOf() method. What would be the filters needed for this operation? Even though ive added attributes to the LinkTag to search for id=3Dvalue attribute, it still wont work. Thanks Chester |