|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StreamStore
| Method Summary | |
|---|---|
void |
buffer(Token tok,
int event)
Materialize the given token into the store instance |
Token |
get(int pos)
Get Token at given position |
int |
getMyId()
Returns the store id (mostly for debugging) |
void |
newItem()
Specify the beginning of a new item |
void |
setIterator(XDMIterator it)
For pull stores, add the iterator from which they should pull their data |
| Methods inherited from interface ch.ethz.mxquery.datamodel.Source |
|---|
compare, copySource, getIterator, getURI |
| Method Detail |
|---|
int getMyId()
Token get(int pos)
throws MXQueryException
pos - Unique id given to the token inside this store instance (token position
MXQueryException
void buffer(Token tok,
int event)
throws MXQueryException
tok - event -
MXQueryExceptionvoid newItem()
void setIterator(XDMIterator it)
throws MXQueryException
it -
MXQueryException
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||