zenacy-html-2.0.2: A standard compliant HTML parsing library

Safe HaskellNone
LanguageHaskell2010

Zenacy.HTML.Internal.Render

Description

Defines the HTML render.

Synopsis

Documentation

htmlPrint :: HTMLNode -> IO () Source #

Prints an HTML document.

htmlPrintPretty :: HTMLNode -> IO () Source #

Pretty prints an HTML document.

htmlRender :: HTMLNode -> Text Source #

Renders an HTML document.

htmlRenderContent :: HTMLNode -> Text Source #

Renders the contents of a node

htmlRenderNodes :: [HTMLNode] -> Text Source #

Renders a list of nodes.

htmlRenderPretty :: HTMLNode -> Text Source #

Renders an HTML document using pretty printing.