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

显示文件 Open project: anytao/ModernReader

Public Methods

Method 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 method

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

GetChapter() public static method

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

GetOnePage() public static method

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