shpider-0.0.2: Web automation library in Haskell.Source codeContentsIndex
Network.Shpider.Links
Synopsis
data Link = Link {
linkAddress :: String
linkText :: String
}
gatherLinks :: [Tag] -> [Link]
allLinks :: TagParser [Link]
Documentation
data Link Source
Links have an address, corresponding to the href attribute, and some inner tex.
Constructors
Link
linkAddress :: String
linkText :: String
show/hide Instances
gatherLinks :: [Tag] -> [Link]Source
Parse all links from a list of tags.
allLinks :: TagParser [Link]Source
The parser responsible for getting all the links.
Produced by Haddock version 2.4.2