|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.resultset.XMLOutputResultSet
public class XMLOutputResultSet
XML Output (ResultSet format)
Field Summary |
---|
Fields inherited from interface com.hp.hpl.jena.sparql.resultset.XMLResults |
---|
baseNamespace, dfAttrDatatype, dfAttrVarName, dfBinding, dfBNode, dfBoolean, dfHead, dfLink, dfLiteral, dfNamespace, dfResults, dfRootTag, dfSolution, dfUnbound, dfURI, dfVariable, INDENT, xsBaseURI |
Method Summary | |
---|---|
void |
binding(String varName,
com.hp.hpl.jena.rdf.model.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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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, com.hp.hpl.jena.rdf.model.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |