org.paneris.bibliomania.fti
Interface TextSearchResults

All Superinterfaces:
org.melati.poem.transaction.ToTidyList.Closeable
All Known Subinterfaces:
SearchResults
All Known Implementing Classes:
AndSearchResults, ContextSearchResults

public interface TextSearchResults
extends org.melati.poem.transaction.ToTidyList.Closeable


Method Summary
 int currentOffset()
           
 int currentWordIndex()
           
 int hitWordsCount()
           
 void init()
           
 void skipToNextHit()
           
 void skipToWordIndex(int wordIndex)
           
 
Methods inherited from interface org.melati.poem.transaction.ToTidyList.Closeable
close
 

Method Detail

hitWordsCount

int hitWordsCount()

init

void init()

skipToNextHit

void skipToNextHit()

skipToWordIndex

void skipToWordIndex(int wordIndex)

currentWordIndex

int currentWordIndex()

currentOffset

int currentOffset()


Copyright © 2000-2009 PanEris. All Rights Reserved.