C# Class OKr.MXReader.Client.Core.TextParser

Afficher le fichier Open project: anytao/ModernReader

Méthodes publiques

Méthode Description
GetBook ( string url, UriKind urikind ) : Book
GetChapter ( string context, int count ) : Chapter
GetOnePage ( string str, int start, int count ) : Page

Method Details

GetBook() public static méthode

public static GetBook ( string url, UriKind urikind ) : Book
url string
urikind UriKind
Résultat OKr.MXReader.Client.Core.Data.Book

GetChapter() public static méthode

public static GetChapter ( string context, int count ) : Chapter
context string
count int
Résultat OKr.MXReader.Client.Core.Data.Chapter

GetOnePage() public static méthode

public static GetOnePage ( string str, int start, int count ) : Page
str string
start int
count int
Résultat OKr.MXReader.Client.Core.Data.Page