public class XMLOutput extends OutputBase
Constructor and Description |
---|
XMLOutput() |
XMLOutput(boolean includeXMLinst) |
XMLOutput(boolean includeXMLinst,
String stylesheetURL) |
XMLOutput(String stylesheetURL) |
Modifier and Type | Method and Description |
---|---|
void |
format(OutputStream out,
boolean booleanResult)
Format a boolean result - output on the given stream
|
void |
format(OutputStream out,
ResultSet resultSet)
Format a result set - output on the given stream
|
boolean |
getIncludeXMLinst() |
String |
getStylesheetURL() |
void |
setIncludeXMLinst(boolean includeXMLinst) |
void |
setStylesheetURL(String stylesheetURL) |
asString, asString
public XMLOutput()
public XMLOutput(String stylesheetURL)
public XMLOutput(boolean includeXMLinst)
public XMLOutput(boolean includeXMLinst, String stylesheetURL)
public void format(OutputStream out, ResultSet resultSet)
OutputFormatter
public boolean getIncludeXMLinst()
public void setIncludeXMLinst(boolean includeXMLinst)
includeXMLinst
- The includeXMLinst to set.public String getStylesheetURL()
public void setStylesheetURL(String stylesheetURL)
stylesheetURL
- The stylesheetURL to set.public void format(OutputStream out, boolean booleanResult)
OutputFormatter
Licenced under the Apache License, Version 2.0