tag-stream-0.1.0: streamlined html tag parser

Text.HTML.TagStream

Documentation

data Token' s Source

Constructors

TagOpen s [Attr' s] Bool 
TagClose s 
Text s 
Comment s 
Special s s 

Instances

Eq s => Eq (Token' s) 
Show s => Show (Token' s) 

type Attr' s = (s, s)Source