org.openrdf.query.resultio
Interface BooleanQueryResultParserFactory

All Known Implementing Classes:
BooleanTextParserFactory, SPARQLBooleanXMLParserFactory

public interface BooleanQueryResultParserFactory

Returns BooleanQueryResultParsers for a specific boolean query result format.

Author:
Arjohn Kampman

Method Summary
 BooleanQueryResultFormat getBooleanQueryResultFormat()
          Returns the boolean query result format for this factory.
 BooleanQueryResultParser getParser()
          Returns a BooleanQueryResultParser instance.
 

Method Detail

getBooleanQueryResultFormat

BooleanQueryResultFormat getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.


getParser

BooleanQueryResultParser getParser()
Returns a BooleanQueryResultParser instance.



Copyright © 2001-2009 Aduna. All Rights Reserved.