|
|
|
Description |
Combinators to match tags. Some people prefer to use (~==) from
Text.HTML.TagSoup, others prefer these more structured combinators.
Which you use is personal preference.
|
|
Synopsis |
|
|
|
Documentation |
|
|
match an opening tag
|
|
|
match an closing tag
|
|
|
match a text
|
|
|
|
|
match a opening tag's name literally
|
|
|
match a closing tag's name literally
|
|
|
|
|
Match a tag with given name, that contains an attribute
with given name, that satisfies a predicate.
If an attribute occurs multiple times,
all occurrences are checked.
|
|
|
Check if the 'Tag str' is TagOpen and matches the given name
|
|
|
Check if the 'Tag str' is TagClose and matches the given name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.0 |