N
Noel
Hello,
I have a string containing the HTML code of a web search engine
result. The web search result particularly contains links that are of
interest to my application, and the goal is to extract the links.
Does anyone know of any java method (or package or something similar)
that is able to retrieve the URLs from a given block of HTML? I'd like
something simple like a method that takes a string argument
(containing the HTML text) and returning an array or vector of URLs.
Thanks
N
I have a string containing the HTML code of a web search engine
result. The web search result particularly contains links that are of
interest to my application, and the goal is to extract the links.
Does anyone know of any java method (or package or something similar)
that is able to retrieve the URLs from a given block of HTML? I'd like
something simple like a method that takes a string argument
(containing the HTML text) and returning an array or vector of URLs.
Thanks
N