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
- Since:
- 1.2
- Version:
- 6.0
- Author:
- Evren Sirin, Michael Grove
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.brsanthu.dataexporter.DataExporterCreates the exporter and sets its optionsMethods inherited from class com.complexible.common.rdf.query.resultio.AbstractDataExporterQueryResultWriter
addNamespaces, end, format, handle, links, namespace, start, variables
-
Field Details
-
FORMAT
-
-
Constructor Details
-
HTMLQueryResultWriter
-
-
Method Details
-
createExporter
protected com.brsanthu.dataexporter.DataExporter createExporter()Creates the exporter and sets its options- Specified by:
createExporterin classAbstractDataExporterQueryResultWriter- Returns:
- a DataExporter object
-