public class XMLOutputResultSet extends Object implements ResultSetProcessor, XMLResults
baseNamespace, dfAttrDatatype, dfAttrVarName, dfBinding, dfBNode, dfBoolean, dfHead, dfLink, dfLiteral, dfNamespace, dfResults, dfRootTag, dfSolution, dfUnbound, dfURI, dfVariable, INDENT, xsBaseURI
Modifier and Type | Method and Description |
---|---|
void |
binding(String varName,
RDFNode node)
A single (variable, value) pair in a query solution
- the value may be null indicating that the variable
was not present in this solution.
|
void |
finish(QuerySolution qs)
Finish query solution (row in result set)
|
void |
finish(ResultSet rs)
Finish result set
|
String |
getStylesheetURL() |
boolean |
getXmlInst() |
void |
setStylesheetURL(String stylesheetURL) |
void |
setXmlInst(boolean xmlInst) |
void |
start(QuerySolution qs)
Start query solution (row in result set)
|
void |
start(ResultSet rs)
Start result set
|
public void start(ResultSet rs)
ResultSetProcessor
start
in interface ResultSetProcessor
public void finish(ResultSet rs)
ResultSetProcessor
finish
in interface ResultSetProcessor
public void start(QuerySolution qs)
ResultSetProcessor
start
in interface ResultSetProcessor
public void finish(QuerySolution qs)
ResultSetProcessor
finish
in interface ResultSetProcessor
public void binding(String varName, RDFNode node)
ResultSetProcessor
binding
in interface ResultSetProcessor
public String getStylesheetURL()
public void setStylesheetURL(String stylesheetURL)
stylesheetURL
- The stylesheetURL to set.public boolean getXmlInst()
public void setXmlInst(boolean xmlInst)
xmlInst
- The xmlInst to set.Licenced under the Apache License, Version 2.0