C# 클래스 BaconBuilder.Model.HtmlToTextParser

Class used to convert html content to a plain text string.
상속: Parser
파일 보기 프로젝트 열기: Revelations/BaconApp

공개 메소드들

메소드 설명
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