#import <SearchResult.h>
SearchResult class contains the information about the searched text.
the index of chapter where the searched key is found in.
| - (NSString *) chapterTitle |
|
readwritenonatomicretain |
the end offset in the text which contains the searched key.
the name of html node that contains the searched key.
| - (int) numberOfChaptersInBook |
|
readwriteatomicprotected |
the number of Chapters in book
| - (int) numberOfPagesInChapter |
|
readwriteatomicprotected |
the number of Pages in the chapter
the accumulated number of the searched items.
| - (int) numberOfSearchedInChapter |
|
readwriteatomicprotected |
the accumulated number of the searched texts in this chapter.
the index of the page where the searched key is found in.
| - (double) pagePositionInBook |
|
readwriteatomicprotected |
the global position from the beginning of the book.
| - (double) pagePositionInChapter |
|
readwriteatomic |
the position from the start of chapter.
the start offset in the text which contains the searched key.
the text containing the searched key.
the index of the element that contains the searched key.
The documentation for this class was generated from the following file: