| Safe Haskell | None | 
|---|---|
| Language | Haskell98 | 
Text.HTML.TagSoup.Selection
Description
This module re-exports most of the modules and functions for selecting subtrees from
    TagSoup's TagTree type.
Documentation
module Text.CSS3.Selectors.Syntax
parseSelectorGroup :: String -> Either ParseError SelectorGroup Source #
Tries to parse a selector group.
parseSelector :: String -> Either ParseError Selector Source #
Tries to parse a single selector.
module Text.HTML.TagSoup.Tree.Util