| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
HScraper.Query
Description
Documentation
parseQuery :: String -> Either ParseError Query Source
(|>>) :: HTMLTree -> Query -> [HTMLTree] Source
Applies >=> considering each node as root and
combines the result.
(>=>) :: HTMLTree -> Query -> [HTMLTree] Source
Returns the list of nodes matching the query
with root matching the first NodeQuery, and subsequent
Children satisfying subsequent NodeQueries continously.
getEntireText :: HTMLTree -> Text Source
Get Entire text contained in the subtree.