C# Класс BaconBuilder.Model.HtmlToTextParser

Class used to convert html content to a plain text string.
Наследование: Parser
Показать файл Открыть проект

Открытые методы

Метод Описание
ExtractCoords ( string input ) : Point

Extracts a new (x,y) from the raw bacon.

HtmlToTextParser ( ) : System

Constructor for this class. Populates the dictionary.

Защищенные методы

Метод Описание
InitialiseDictionary ( ) : void

Populates the dictionary with a set of find/replace key value pairs appropriate for converting html tags to plain text content and 'bacon psuedo tags'. Rules are parsed in the order they are added here.

Описание методов

ExtractCoords() публичный Метод

Extracts a new (x,y) from the raw bacon.
public ExtractCoords ( string input ) : Point
input string
Результат Point

HtmlToTextParser() публичный Метод

Constructor for this class. Populates the dictionary.
public HtmlToTextParser ( ) : System
Результат System

InitialiseDictionary() защищенный закрытый Метод

Populates the dictionary with a set of find/replace key value pairs appropriate for converting html tags to plain text content and 'bacon psuedo tags'. Rules are parsed in the order they are added here.
protected final InitialiseDictionary ( ) : void
Результат void