|
Text.HTML.TagSoup.Options |
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
These options control how parseTags works.
| Constructors | ParseOptions | | optTagPosition :: Bool | Should TagPosition values be given before some items (default=False,fast=False)
| optTagWarning :: Bool | Should TagWarning values be given (default=False,fast=False)
| optEntityData :: (str, Bool) -> [Tag str] | How to lookup an entity (Bool = has ending ';')
| optEntityAttrib :: (str, Bool) -> (str, [Tag str]) | How to lookup an entity in an attribute (Bool = has ending ';'?)
| optTagTextMerge :: Bool | Require no adjacent TagText values (default=True,fast=False)
|
|
| Instances | |
|
|
|
The default parse options value, described in ParseOptions.
|
|
|
A ParseOptions structure optimised for speed, following the fast options.
|
|
|
Change the underlying string type of a ParseOptions value.
|
|
Produced by Haddock version 2.4.2 |