C# 클래스 BaconBuilder.Model.HtmlDegen

An HTML Degenerator
파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
Decompose ( IEnumerable contents ) : void

Decomposes the HTML page into extractable sections

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

Loads the html page.

비공개 메소드들

메소드 설명
ParseBody ( XmlReader reader ) : HtmlNode
ParsePar ( XmlReader reader ) : HtmlNode
ParseXML ( XmlReader reader ) : HtmlNode

메소드 상세

Decompose() 공개 메소드

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

HtmlDegen() 공개 메소드

public HtmlDegen ( ) : System
리턴 System

ReadHtml() 공개 메소드

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