org.openrdf.query.resultio.sparqlxml
Class SPARQLBooleanXMLParserFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPARQLBooleanXMLParserFactory
public SPARQLBooleanXMLParserFactory()
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.