C# 클래스 LayoutFarm.WebDom.Parser.HtmlKitParser

상속: HtmlParser
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
Parse ( TextSource textSnapshot, WebDocument htmldoc, DomElement currentNode ) : void
ResetParser ( ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( TextSource textSnapshot, WebDocument htmldoc, DomElement currentNode ) : void
textSnapshot TextSource
htmldoc WebDocument
currentNode DomElement
리턴 void

ResetParser() 공개 메소드

public ResetParser ( ) : void
리턴 void