Class HTMLQueryResultWriter
- java.lang.Object
-
- com.complexible.common.rdf.query.resultio.AbstractDataExporterQueryResultWriter
-
- com.complexible.common.rdf.query.resultio.HTMLQueryResultWriter
-
- All Implemented Interfaces:
QueryResultWriter<BindingSet>
,SelectQueryResultWriter
,QueryResultHandler<BindingSet>
,SelectQueryResultHandler
public final class HTMLQueryResultWriter extends AbstractDataExporterQueryResultWriter
- Since:
- 1.2
- Version:
- 6.0
- Author:
- Evren Sirin, Michael Grove
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HTMLQueryResultWriter.HTMLQueryResultWriterFactory
-
Field Summary
Fields Modifier and Type Field Description static QueryResultFormat
FORMAT
-
Constructor Summary
Constructors Constructor Description HTMLQueryResultWriter(java.io.OutputStream theOut, Options theOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.brsanthu.dataexporter.DataExporter
createExporter()
Creates the exporter and sets its options-
Methods inherited from class com.complexible.common.rdf.query.resultio.AbstractDataExporterQueryResultWriter
addNamespaces, end, format, handle, links, namespace, start, variables
-
-
-
-
Field Detail
-
FORMAT
public static final QueryResultFormat FORMAT
-
-
Constructor Detail
-
HTMLQueryResultWriter
public HTMLQueryResultWriter(java.io.OutputStream theOut, Options theOptions)
-
-
Method Detail
-
createExporter
protected com.brsanthu.dataexporter.DataExporter createExporter()
Creates the exporter and sets its options- Specified by:
createExporter
in classAbstractDataExporterQueryResultWriter
- Returns:
- a DataExporter object
-
-