Property | Type | Description | |
---|---|---|---|
BloatClasses | List |
||
NavigationNames | List |
||
NextChapterNames | List |
||
PageClasses | List |
||
PaginationClasses | List |
||
PostClasses | List |
||
TitleClasses | List |
Method | Description | |
---|---|---|
GetChapterAsync ( |
||
GetChapterLinksAsync ( string baseUrl, |
||
WordPressSource ( ) : System | ||
WordPressSource ( string type ) : System |
Method | Description | |
---|---|---|
GetPagedChapterUrls ( IElement rootElement ) : IEnumerable |
||
ParseChapter ( IElement rootElement, |
||
RemoveBloat ( IElement element ) : void | ||
RemoveNavigation ( IElement element ) : void | ||
RemoveScriptStyleElements ( IElement element ) : void |
public GetChapterAsync ( |
||
link | ||
options | ChapterRetrievalOptions | |
token | ||
return | Task |
public GetChapterLinksAsync ( string baseUrl, |
||
baseUrl | string | |
token | ||
return | Task |
protected GetPagedChapterUrls ( IElement rootElement ) : IEnumerable |
||
rootElement | IElement | |
return | IEnumerable |
protected ParseChapter ( IElement rootElement, |
||
rootElement | IElement | |
token | ||
return |
protected RemoveBloat ( IElement element ) : void | ||
element | IElement | |
return | void |
protected RemoveNavigation ( IElement element ) : void | ||
element | IElement | |
return | void |
protected RemoveScriptStyleElements ( IElement element ) : void | ||
element | IElement | |
return | void |
public WordPressSource ( string type ) : System | ||
type | string | |
return | System |