hextream-0.2.0.0: Streaming-friendly XML parsers

Safe HaskellNone
LanguageHaskell2010

Data.XML.Parser.Low.Entity

Description

Utilities to handle entity references.

Synopsis

Documentation

newtype EntityDecoder Source #

A function that describes how to expand entity references.

Constructors

EntityDecoder 
Instances
Semigroup EntityDecoder Source #

Can be combined with '(<>)' to try multiple decoders, from left to right.

Instance details

Defined in Data.XML.Parser.Low.Entity

Monoid EntityDecoder Source # 
Instance details

Defined in Data.XML.Parser.Low.Entity