org.openrdf.query.resultio.sparqlxml
Class SPARQLBooleanXMLParserFactory

java.lang.Object
  extended by org.openrdf.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
All Implemented Interfaces:
BooleanQueryResultParserFactory

public class SPARQLBooleanXMLParserFactory
extends Object
implements BooleanQueryResultParserFactory

A TupleQueryResultParserFactory for parsers of SPARQL/XML boolean query results.

Author:
Arjohn Kampman

Constructor Summary
SPARQLBooleanXMLParserFactory()
           
 
Method Summary
 BooleanQueryResultFormat getBooleanQueryResultFormat()
          Returns TupleQueryResultFormat.SPARQL.
 BooleanQueryResultParser getParser()
          Returns a new instance of SPARQLBooleanXMLParser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLBooleanXMLParserFactory

public SPARQLBooleanXMLParserFactory()
Method Detail

getBooleanQueryResultFormat

public BooleanQueryResultFormat getBooleanQueryResultFormat()
Returns TupleQueryResultFormat.SPARQL.

Specified by:
getBooleanQueryResultFormat in interface BooleanQueryResultParserFactory

getParser

public BooleanQueryResultParser getParser()
Returns a new instance of SPARQLBooleanXMLParser.

Specified by:
getParser in interface BooleanQueryResultParserFactory


Copyright © 2001-2007 Aduna. All Rights Reserved.