Class SPARQLResultsXMLWriter
java.lang.Object
org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLWriter
org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriter
- All Implemented Interfaces:
CharSink
,Sink
,QueryResultHandler
,QueryResultWriter
,TupleQueryResultWriter
,TupleQueryResultHandler
- Direct Known Subclasses:
SPARQLStarResultsXMLWriter
public class SPARQLResultsXMLWriter
extends AbstractSPARQLXMLWriter
implements TupleQueryResultWriter
A
TupleQueryResultWriter
that writes tuple query results in the
SPARQL Query Results XML Format.-
Field Summary
Fields inherited from class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLWriter
documentOpen, headerComplete, headerOpen, tupleVariablesFound, xmlWriter
-
Constructor Summary
ConstructorsConstructorDescriptionSPARQLResultsXMLWriter
(Writer writer) SPARQLResultsXMLWriter
(XMLWriter xmlWriter) -
Method Summary
Modifier and TypeMethodDescriptionfinal TupleQueryResultFormat
Gets the query result format that this writer uses.Gets the query result format that this writer uses.Methods inherited from class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLWriter
endDocument, endHeader, endQueryResult, getSupportedSettings, getWriter, handleBoolean, handleLinks, handleNamespace, handleSolutionImpl, handleStylesheet, setPrettyPrint, startDocument, startHeader, startQueryResult
Methods inherited from class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
getFileFormat, getWriterConfig, handleSolution, setWriterConfig, xsdStringToPlainLiteral
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.QueryResultHandler
endQueryResult, handleBoolean, handleLinks, handleSolution, startQueryResult
Methods inherited from interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
endHeader, getSupportedSettings, getWriterConfig, handleNamespace, handleStylesheet, setWriterConfig, startDocument, startHeader
Methods inherited from interface org.eclipse.rdf4j.common.io.Sink
acceptsFileFormat, getFileFormat
-
Constructor Details
-
SPARQLResultsXMLWriter
-
SPARQLResultsXMLWriter
-
SPARQLResultsXMLWriter
-
-
Method Details
-
getTupleQueryResultFormat
Description copied from interface:TupleQueryResultWriter
Gets the query result format that this writer uses.- Specified by:
getTupleQueryResultFormat
in interfaceTupleQueryResultWriter
-
getQueryResultFormat
Description copied from interface:QueryResultWriter
Gets the query result format that this writer uses.- Specified by:
getQueryResultFormat
in interfaceQueryResultWriter
-