public class SPARQLBooleanXMLWriterFactory extends java.lang.Object implements BooleanQueryResultWriterFactory
BooleanQueryResultWriterFactory for writers of SPARQL/XML boolean
query results.| Constructor and Description |
|---|
SPARQLBooleanXMLWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
BooleanQueryResultFormat |
getBooleanQueryResultFormat()
Returns
BooleanQueryResultFormat.SPARQL. |
BooleanQueryResultWriter |
getWriter(java.io.OutputStream out)
Returns a new instance of
SPARQLBooleanXMLWriter. |
public BooleanQueryResultFormat getBooleanQueryResultFormat()
BooleanQueryResultFormat.SPARQL.getBooleanQueryResultFormat in interface BooleanQueryResultWriterFactorypublic BooleanQueryResultWriter getWriter(java.io.OutputStream out)
SPARQLBooleanXMLWriter.getWriter in interface BooleanQueryResultWriterFactoryCopyright © 2001-2015 Aduna. All Rights Reserved.