|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.spy.digg.parsers.BaseParser
net.spy.digg.parsers.PagedItemParser<T>
net.spy.digg.parsers.TimePagedItemParser<T>
public abstract class TimePagedItemParser<T>
Paged item parser for items that also include date information.
| Constructor Summary | |
|---|---|
TimePagedItemParser()
|
|
| Method Summary | |
|---|---|
long |
getMinDate()
Get the minimum date represented by these results. |
protected void |
parseCommonFields(org.w3c.dom.Document doc)
Extract the common paged stuff from the given document. |
| Methods inherited from class net.spy.digg.parsers.PagedItemParser |
|---|
addItem, getCount, getItems, getOffset, getTimestamp, getTotal |
| Methods inherited from class net.spy.digg.parsers.BaseParser |
|---|
getAttr, getAttr, getDocument, getRootElementName, handleDocument, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimePagedItemParser()
| Method Detail |
|---|
protected void parseCommonFields(org.w3c.dom.Document doc)
PagedItemParser
parseCommonFields in class PagedItemParser<T>public long getMinDate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||