C# Class BaconBuilder.Model.HtmlDegen

An HTML Degenerator
Show file Open project: Revelations/BaconApp Class Usage Examples

Public Methods

Method Description
Decompose ( IEnumerable contents ) : void

Decomposes the HTML page into extractable sections

HtmlDegen ( ) : System
ReadHtml ( string url ) : void

Loads the html page.

Private Methods

Method Description
ParseBody ( XmlReader reader ) : HtmlNode
ParsePar ( XmlReader reader ) : HtmlNode
ParseXML ( XmlReader reader ) : HtmlNode

Method Details

Decompose() public method

Decomposes the HTML page into extractable sections
public Decompose ( IEnumerable contents ) : void
contents IEnumerable
return void

HtmlDegen() public method

public HtmlDegen ( ) : System
return System

ReadHtml() public method

Loads the html page.
public ReadHtml ( string url ) : void
url string
return void