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