tagsoup-selection-0.1.0.1: Selecting subtrees from TagSoup's TagTrees using CSS selectors

Safe HaskellNone
LanguageHaskell98

Text.HTML.TagSoup.Selection

Description

This module re-exports most of the modules and functions for selecting subtrees from TagSoup's TagTree type.

Synopsis

Documentation

parseSelectorGroup :: String -> Either ParseError SelectorGroup Source #

Tries to parse a selector group.

parseSelector :: String -> Either ParseError Selector Source #

Tries to parse a single selector.