C# Class NBoilerpipePortable.NBoilerpipeContentHandler

Inheritance: IContentHandler
Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
AddTextBlock ( NBoilerpipePortable.Document.TextBlock tb ) : void

Private Methods

Méthode Description
IsHidden ( HtmlAgilityPack.HtmlAttributeCollection atts ) : bool
IsTag ( String text ) : bool
IsWhiteSpace ( char ch ) : bool
IsWord ( string token ) : bool

Method Details

AddLabelAction() public méthode

public AddLabelAction ( LabelAction la ) : void
la LabelAction
Résultat void

AddTextBlock() protected méthode

protected AddTextBlock ( NBoilerpipePortable.Document.TextBlock tb ) : void
tb NBoilerpipePortable.Document.TextBlock
Résultat void

AddWhitespaceIfNecessary() public méthode

public AddWhitespaceIfNecessary ( ) : void
Résultat void

EndElement() public méthode

public EndElement ( HtmlNode node ) : void
node HtmlAgilityPack.HtmlNode
Résultat void

FlushBlock() public méthode

public FlushBlock ( ) : void
Résultat void

HandleText() public méthode

public HandleText ( HtmlAgilityPack.HtmlTextNode node ) : void
node HtmlAgilityPack.HtmlTextNode
Résultat void

SetTitle() public méthode

public SetTitle ( string s ) : void
s string
Résultat void

StartElement() public méthode

public StartElement ( HtmlNode node ) : void
node HtmlAgilityPack.HtmlNode
Résultat void

ToTextDocument() public méthode

public ToTextDocument ( ) : NBoilerpipePortable.Document.TextDocument
Résultat NBoilerpipePortable.Document.TextDocument