C# Class FT.Scraper.Law2009

Mostra file Open project: friism/folketsting

Public Methods

Method Description
DoChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void
DoNonChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void

Private Methods

Method Description
CheckforList ( HtmlNode p, Section s ) : void
GetDoc ( string html ) : HtmlAgilityPack.HtmlDocument
GetSectionText ( HtmlNode p ) : string
TrimPar ( string numbertext ) : string

Method Details

DoChangeLawTexts() public static method

public static DoChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void
lawtext string
stage LawStage
law FT.DB.Law
db FT.DB.DBDataContext
return void

DoNonChangeLawTexts() public static method

public static DoNonChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void
lawtext string
stage LawStage
law FT.DB.Law
db FT.DB.DBDataContext
return void