C# 클래스 WebNovelConverter.Sources.WordPressSource

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

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GetPagedChapterUrls ( IElement rootElement ) : IEnumerable
ParseChapter ( IElement rootElement, CancellationToken token = default(CancellationToken) ) : WebNovelChapter
RemoveBloat ( IElement element ) : void
RemoveNavigation ( IElement element ) : void
RemoveScriptStyleElements ( IElement element ) : void

메소드 상세

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>

GetPagedChapterUrls() 보호된 메소드

protected GetPagedChapterUrls ( IElement rootElement ) : IEnumerable
rootElement IElement
리턴 IEnumerable

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

RemoveScriptStyleElements() 보호된 메소드

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

WordPressSource() 공개 메소드

public WordPressSource ( ) : System
리턴 System

WordPressSource() 공개 메소드

public WordPressSource ( string type ) : System
type string
리턴 System

프로퍼티 상세

BloatClasses 보호되어 있는 프로퍼티

protected List BloatClasses
리턴 List

NavigationNames 보호되어 있는 프로퍼티

protected List NavigationNames
리턴 List

NextChapterNames 보호되어 있는 프로퍼티

protected List NextChapterNames
리턴 List

PageClasses 보호되어 있는 프로퍼티

protected List PageClasses
리턴 List

PaginationClasses 보호되어 있는 프로퍼티

protected List PaginationClasses
리턴 List

PostClasses 보호되어 있는 프로퍼티

protected List PostClasses
리턴 List

TitleClasses 보호되어 있는 프로퍼티

protected List TitleClasses
리턴 List