C# 클래스 WebNovelConverter.Sources.BlogspotSource

상속: WebNovelSource
파일 보기 프로젝트 열기: Mitch528/WebNovelConverter

보호된 프로퍼티들

프로퍼티 타입 설명
BloatClasses List
NextChapterNames List
PostClasses List
TitleClasses List

공개 메소드들

메소드 설명
BlogspotSource ( ) : System
GetChapterAsync ( ChapterLink link, ChapterRetrievalOptions options = default(ChapterRetrievalOptions), CancellationToken token = default(CancellationToken) ) : Task
GetChapterLinksAsync ( string baseUrl, CancellationToken token = default(CancellationToken) ) : Task>

보호된 메소드들

메소드 설명
BlogspotSource ( string sourceName ) : System
ParseChapter ( IElement rootElement, CancellationToken token = default(CancellationToken) ) : WebNovelChapter
RemoveBloat ( IElement element ) : void
RemoveNavigation ( IElement element ) : void

메소드 상세

BlogspotSource() 공개 메소드

public BlogspotSource ( ) : System
리턴 System

BlogspotSource() 보호된 메소드

protected BlogspotSource ( string sourceName ) : System
sourceName string
리턴 System

GetChapterAsync() 공개 메소드

public GetChapterAsync ( ChapterLink link, ChapterRetrievalOptions options = default(ChapterRetrievalOptions), CancellationToken token = default(CancellationToken) ) : Task
link WebNovelConverter.Sources.Models.ChapterLink
options ChapterRetrievalOptions
token System.Threading.CancellationToken
리턴 Task

GetChapterLinksAsync() 공개 메소드

public GetChapterLinksAsync ( string baseUrl, CancellationToken token = default(CancellationToken) ) : Task>
baseUrl string
token System.Threading.CancellationToken
리턴 Task>

ParseChapter() 보호된 메소드

protected ParseChapter ( IElement rootElement, CancellationToken token = default(CancellationToken) ) : WebNovelChapter
rootElement IElement
token System.Threading.CancellationToken
리턴 WebNovelConverter.Sources.Models.WebNovelChapter

RemoveBloat() 보호된 메소드

protected RemoveBloat ( IElement element ) : void
element IElement
리턴 void

RemoveNavigation() 보호된 메소드

protected RemoveNavigation ( IElement element ) : void
element IElement
리턴 void

프로퍼티 상세

BloatClasses 보호되어 있는 프로퍼티

protected List BloatClasses
리턴 List

NextChapterNames 보호되어 있는 프로퍼티

protected List NextChapterNames
리턴 List

PostClasses 보호되어 있는 프로퍼티

protected List PostClasses
리턴 List

TitleClasses 보호되어 있는 프로퍼티

protected List TitleClasses
리턴 List