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)
ResultSetProcessorstart in interface ResultSetProcessorpublic void finish(ResultSet rs)
ResultSetProcessorfinish in interface ResultSetProcessorpublic void start(QuerySolution qs)
ResultSetProcessorstart in interface ResultSetProcessorpublic void finish(QuerySolution qs)
ResultSetProcessorfinish in interface ResultSetProcessorpublic void binding(String varName, RDFNode node)
ResultSetProcessorbinding in interface ResultSetProcessorpublic 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