Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

dataprovider.enumerationobjects
Class SearchResultEnumeration

java.lang.Object
  |
  +--dataprovider.enumerationobjects.SearchResultEnumeration

public class SearchResultEnumeration
extends java.lang.Object
implements java.util.Enumeration

Eine Implementation des Interfaces Enumeration, die zur Repr?sentation der einzelnen Treffer eines Suchergebnisses, welches in der Form einer HTML-Seite vorliegt, dient.


Field Summary
(package private)  int index
           
(package private)  ParserStore store
           
 
Constructor Summary
SearchResultEnumeration(ParserStore new_store)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

store

ParserStore store

index

int index
Constructor Detail

SearchResultEnumeration

public SearchResultEnumeration(ParserStore new_store)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration