tagsoupSource codeContentsIndex
Text.HTML.TagSoup.Parser
Documentation
parseTags :: String -> [Tag]Source
parseTagsOptions :: ParseOptions -> String -> [Tag]Source
data ParseOptions Source
Constructors
ParseOptions
optTagPosition :: BoolShould TagPosition values be given before every item
optTagWarning :: BoolShould TagWarning values be given
optLookupEntity :: String -> [Tag]How to lookup an entity
optMaxEntityLength :: Maybe IntThe maximum length of an entities content (Nothing for no maximum, default to 10)
parseOptions :: ParseOptionsSource
Produced by Haddock version 2.4.2