Interface QueryResultParser

All Known Subinterfaces:
BooleanQueryResultParser, TupleQueryResultParser
All Known Implementing Classes:
AbstractQueryResultParser, AbstractSPARQLJSONParser, AbstractSPARQLXMLParser, AbstractTupleQueryResultParser, BinaryQueryResultParser, BooleanTextParser, SPARQLBooleanJSONParser, SPARQLBooleanXMLParser, SPARQLResultsCSVParser, SPARQLResultsJSONParser, SPARQLResultsTSVParser, SPARQLResultsXMLParser, SPARQLStarResultsJSONParser, SPARQLStarResultsTSVParser, SPARQLStarResultsXMLParser

public interface QueryResultParser
Base interface for parsers of query results in both boolean and tuple forms.
Author:
Peter Ansell