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.
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
store
ParserStore store
index
int index
SearchResultEnumeration
public SearchResultEnumeration(ParserStore new_store)
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