|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A listener for graph-like query results. The results are returned as triples.
| Method Summary | |
void |
endGraphQueryResult()
Indicates the end of a graph-like query result. |
void |
namespace(String prefix,
String name)
Reports a namespace and its (preferred) prefix that might be used in the query result. |
void |
reportError(String msg)
Reports an error that has occurred during the query evaluation. |
void |
startGraphQueryResult()
Indicates the start of a graph-like query result. |
void |
triple(Resource subj,
URI pred,
Value obj)
Delivers the next triple in the query result. |
| Method Detail |
public void startGraphQueryResult()
throws IOException
IOException
public void endGraphQueryResult()
throws IOException
IOException
public void namespace(String prefix,
String name)
throws IOException
IOException
public void triple(Resource subj,
URI pred,
Value obj)
throws IOException
IOException
public void reportError(String msg)
throws IOException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||