SkyEpub SDK for Android 7
 All Classes Functions Variables
Public Attributes | List of all members
com.skytree.epub.SearchResult Class Reference

Public Attributes

String text
 
String nodeName
 
int uniqueIndex
 
int startOffset
 
int endOffset
 
int chapterIndex
 
String chapterTitle
 
int pageIndex
 
double pagePositionInChapter
 
double pagePositionInBook
 
int numberOfSearched
 
int numberOfSearchedInChapter
 
int numberOfPagesInChapter
 
int numberOfChaptersInBook
 

Detailed Description

SearchResult class contains the information about the searched text.

Author
skytree

Member Data Documentation

int com.skytree.epub.SearchResult.chapterIndex

the index of chapter where the searched key is found in.

String com.skytree.epub.SearchResult.chapterTitle

the title of chapter.

int com.skytree.epub.SearchResult.endOffset

the end offset in the text which contains the searched key.

String com.skytree.epub.SearchResult.nodeName

the name of html node that contains the searched key.

int com.skytree.epub.SearchResult.numberOfChaptersInBook

this number of chpapters in book

int com.skytree.epub.SearchResult.numberOfPagesInChapter

the number of pages in chapter

int com.skytree.epub.SearchResult.numberOfSearched

the accumulated number of the searched items.

int com.skytree.epub.SearchResult.numberOfSearchedInChapter

the accumulated number of the searched texts in this chapter.

int com.skytree.epub.SearchResult.pageIndex

the index of the page where the searched key is found in.

double com.skytree.epub.SearchResult.pagePositionInBook

the global position from the beginning of the book.

double com.skytree.epub.SearchResult.pagePositionInChapter

the position from the start of chapter.

int com.skytree.epub.SearchResult.startOffset

the start offset in the text which contains the searched key.

String com.skytree.epub.SearchResult.text

the text containing the searched key.

int com.skytree.epub.SearchResult.uniqueIndex

the index of the element that contains the searched key.


The documentation for this class was generated from the following file: