C# 클래스 NBoilerpipePortable.NBoilerpipeContentHandler

상속: IContentHandler
파일 보기 프로젝트 열기: Synergex/Baconography 1 사용 예제들

공개 메소드들

메소드 설명
AddLabelAction ( LabelAction la ) : void
AddWhitespaceIfNecessary ( ) : void
EndElement ( HtmlNode node ) : void
FlushBlock ( ) : void
HandleText ( HtmlAgilityPack.HtmlTextNode node ) : void
SetTitle ( string s ) : void
StartElement ( HtmlNode node ) : void
ToTextDocument ( ) : NBoilerpipePortable.Document.TextDocument

보호된 메소드들

메소드 설명
AddTextBlock ( NBoilerpipePortable.Document.TextBlock tb ) : void

비공개 메소드들

메소드 설명
IsHidden ( HtmlAgilityPack.HtmlAttributeCollection atts ) : bool
IsTag ( String text ) : bool
IsWhiteSpace ( char ch ) : bool
IsWord ( string token ) : bool

메소드 상세

AddLabelAction() 공개 메소드

public AddLabelAction ( LabelAction la ) : void
la LabelAction
리턴 void

AddTextBlock() 보호된 메소드

protected AddTextBlock ( NBoilerpipePortable.Document.TextBlock tb ) : void
tb NBoilerpipePortable.Document.TextBlock
리턴 void

AddWhitespaceIfNecessary() 공개 메소드

public AddWhitespaceIfNecessary ( ) : void
리턴 void

EndElement() 공개 메소드

public EndElement ( HtmlNode node ) : void
node HtmlAgilityPack.HtmlNode
리턴 void

FlushBlock() 공개 메소드

public FlushBlock ( ) : void
리턴 void

HandleText() 공개 메소드

public HandleText ( HtmlAgilityPack.HtmlTextNode node ) : void
node HtmlAgilityPack.HtmlTextNode
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string s ) : void
s string
리턴 void

StartElement() 공개 메소드

public StartElement ( HtmlNode node ) : void
node HtmlAgilityPack.HtmlNode
리턴 void

ToTextDocument() 공개 메소드

public ToTextDocument ( ) : NBoilerpipePortable.Document.TextDocument
리턴 NBoilerpipePortable.Document.TextDocument