tagsoup-navigate-0.1.0.7: Tagsoup Navigate

Safe HaskellNone
LanguageHaskell2010

Text.HTML.TagSoup.Navigate.Render.RenderOptions

Documentation

class HasRenderOptions s str | s -> str where Source #

Minimal complete definition

renderOptions

Methods

renderOptions :: Lens' s (RenderOptions str) Source #

optEscape :: Lens' s (str -> str) Source #

optMinimize :: Lens' s (str -> Bool) Source #

optRawTag :: Lens' s (str -> Bool) Source #

xmapRenderOptions :: (str -> str') -> (str' -> str) -> RenderOptions str -> RenderOptions str' Source #