org.openrdf.query.dawg
Class DAWGTestResultSetParser
java.lang.Object
org.openrdf.rio.helpers.RDFHandlerBase
org.openrdf.query.dawg.DAWGTestResultSetParser
- All Implemented Interfaces:
- RDFHandler
public class DAWGTestResultSetParser
- extends RDFHandlerBase
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAWGTestResultSetParser
public DAWGTestResultSetParser(TupleQueryResultHandler tqrHandler)
startRDF
public void startRDF()
throws RDFHandlerException
- Description copied from interface:
RDFHandler
- Signals the start of the RDF data. This method is called before any data
is reported.
- Specified by:
startRDF in interface RDFHandler- Overrides:
startRDF in class RDFHandlerBase
- Throws:
RDFHandlerException - If the RDF handler has encountered an unrecoverable error.
handleStatement
public void handleStatement(Statement st)
throws RDFHandlerException
- Description copied from interface:
RDFHandler
- Handles a statement.
- Specified by:
handleStatement in interface RDFHandler- Overrides:
handleStatement in class RDFHandlerBase
- Parameters:
st - The statement.
- Throws:
RDFHandlerException - If the RDF handler has encountered an unrecoverable error.
endRDF
public void endRDF()
throws RDFHandlerException
- Description copied from interface:
RDFHandler
- Signals the end of the RDF data. This method is called when all data has
been reported.
- Specified by:
endRDF in interface RDFHandler- Overrides:
endRDF in class RDFHandlerBase
- Throws:
RDFHandlerException - If the RDF handler has encountered an unrecoverable error.
Copyright © 2001-2008 Aduna. All Rights Reserved.