hScraper-0.1.0.0: A Haskell library to scrape and crawl web-pages

Safe HaskellSafe
LanguageHaskell2010

HScraper.Types

Documentation

data NodeType Source

Constructors

Text Text 
Element Text AttrList 

data NTree a Source

Constructors

NTree a [NTree a] 
NullTree 

Instances

Eq a => Eq (NTree a) Source 
Show a => Show (NTree a) Source 

type AttrList = [(Text, Text)] Source

type Name = Text Source

type Class = Maybe Text Source

type ID = Maybe Text Source