C# 클래스 FileScanner.FileParsing.HtmlFileParser

A simple implementation of a html file parser which achieves removing tags from html files and returning only what is contatined between . Also deletes all scripts from the html file.
상속: BaseFileParser
파일 보기 프로젝트 열기: kzemek/FileScanner

공개 메소드들

메소드 설명
HtmlFileParser ( string filePath, Encoding encoding, IParseStrategy parseStrategy ) : System

보호된 메소드들

메소드 설명
InternalParse ( ) : string

메소드 상세

HtmlFileParser() 공개 메소드

public HtmlFileParser ( string filePath, Encoding encoding, IParseStrategy parseStrategy ) : System
filePath string
encoding System.Text.Encoding
parseStrategy IParseStrategy
리턴 System

InternalParse() 보호된 메소드

protected InternalParse ( ) : string
리턴 string