Class SPARQLBooleanXMLParserFactory
- java.lang.Object
-
- org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
-
- All Implemented Interfaces:
BooleanQueryResultParserFactory
public class SPARQLBooleanXMLParserFactory extends Object implements BooleanQueryResultParserFactory
ABooleanQueryResultParserFactory
for parsers of SPARQL/XML boolean query results.- Author:
- Arjohn Kampman
-
-
Constructor Summary
Constructors Constructor Description SPARQLBooleanXMLParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanQueryResultFormat
getBooleanQueryResultFormat()
ReturnsBooleanQueryResultFormat.SPARQL
.BooleanQueryResultParser
getParser()
Returns a new instance of SPARQLBooleanXMLParser.
-
-
-
Method Detail
-
getBooleanQueryResultFormat
public BooleanQueryResultFormat getBooleanQueryResultFormat()
ReturnsBooleanQueryResultFormat.SPARQL
.- Specified by:
getBooleanQueryResultFormat
in interfaceBooleanQueryResultParserFactory
-
getParser
public BooleanQueryResultParser getParser()
Returns a new instance of SPARQLBooleanXMLParser.- Specified by:
getParser
in interfaceBooleanQueryResultParserFactory
-
-