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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturnsBooleanQueryResultFormat.SPARQL.Returns a new instance of SPARQLBooleanXMLParser. 
- 
Constructor Details
- 
SPARQLBooleanXMLParserFactory
public SPARQLBooleanXMLParserFactory() 
 - 
 - 
Method Details
- 
getBooleanQueryResultFormat
ReturnsBooleanQueryResultFormat.SPARQL.- Specified by:
 getBooleanQueryResultFormatin interfaceBooleanQueryResultParserFactory
 - 
getParser
Returns a new instance of SPARQLBooleanXMLParser.- Specified by:
 getParserin interfaceBooleanQueryResultParserFactory
 
 -