C# 클래스 LayoutFarm.Composers.WebDocumentParser

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
ParseDocument ( TextSource snapSource ) : HtmlDocument

Parses the source html to css boxes tree structure.

ParseHtmlDom ( TextSource snapSource, IHtmlDocument htmldoc, WebDom parentElement ) : void

비공개 메소드들

메소드 설명
FreeHtmlParser ( HtmlParser parser ) : void
GetHtmlParser ( ) : HtmlParser

메소드 상세

ParseDocument() 공개 정적인 메소드

Parses the source html to css boxes tree structure.
public static ParseDocument ( TextSource snapSource ) : HtmlDocument
snapSource LayoutFarm.WebDom.Parser.TextSource
리턴 HtmlDocument

ParseHtmlDom() 공개 정적인 메소드

public static ParseHtmlDom ( TextSource snapSource, IHtmlDocument htmldoc, WebDom parentElement ) : void
snapSource LayoutFarm.WebDom.Parser.TextSource
htmldoc IHtmlDocument
parentElement WebDom
리턴 void