|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.xml.JRXmlBaseWriter
net.sf.jasperreports.engine.xml.JRXmlTemplateWriter
public class JRXmlTemplateWriter
Template XML serializer.
JRXmlTemplateLoader| Field Summary | |
|---|---|
static String |
DEFAULT_ENCODING
Default XML output encoding. |
| Fields inherited from class net.sf.jasperreports.engine.xml.JRXmlBaseWriter |
|---|
writer |
| Constructor Summary | |
|---|---|
JRXmlTemplateWriter(JRTemplate template,
Writer out,
String encoding)
Creates an XML template writer. |
|
| Method Summary | |
|---|---|
protected boolean |
toWriteConditionalStyles()
Decides whether conditional styles are to be written. |
void |
write()
Writes the template to the output writer. |
protected void |
writeIncludedTemplate(JRTemplateReference reference)
|
protected void |
writeIncludedTemplates()
|
protected void |
writeStyles()
|
static String |
writeTemplate(JRTemplate template)
Returns the XML representation of a template. |
static void |
writeTemplate(JRTemplate template,
OutputStream out)
Writes the XML representation of a template to an output stream. |
static void |
writeTemplate(JRTemplate template,
OutputStream out,
String encoding)
Writes the XML representation of a template to an output stream. |
static String |
writeTemplate(JRTemplate template,
String encoding)
Returns the XML representation of a template. |
protected static void |
writeTemplate(JRTemplate template,
Writer out,
String encoding)
|
static void |
writeTemplateToFile(JRTemplate template,
String outputFile)
Writes the XML representation of a template to a file. |
static void |
writeTemplateToFile(JRTemplate template,
String outputFile,
String encoding)
Writes the XML representation of a template to a file. |
| Methods inherited from class net.sf.jasperreports.engine.xml.JRXmlBaseWriter |
|---|
useWriter, writeBox, writeBox, writeConditionalStyle, writeParagraph, writeParagraph, writePen, writeStyle, writeStyleReferenceAttr, writeTabStop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_ENCODING
| Constructor Detail |
|---|
public JRXmlTemplateWriter(JRTemplate template,
Writer out,
String encoding)
template - the template to writeout - the ouput writerencoding - the XML encoding to use| Method Detail |
|---|
public static String writeTemplate(JRTemplate template)
the default encoding.
template - the template
public static String writeTemplate(JRTemplate template,
String encoding)
template - the templateencoding - the XML encoding to use
public static void writeTemplate(JRTemplate template,
OutputStream out)
the default encoding.
template - the templateout - the output stream
public static void writeTemplate(JRTemplate template,
OutputStream out,
String encoding)
template - the templateout - the output streamencoding - the XML encoding to use
public static void writeTemplateToFile(JRTemplate template,
String outputFile)
the default encoding.
template - the templateoutputFile - the output file name
public static void writeTemplateToFile(JRTemplate template,
String outputFile,
String encoding)
template - the templateoutputFile - the output file nameencoding - the XML encoding to use
protected static void writeTemplate(JRTemplate template,
Writer out,
String encoding)
throws IOException
IOException
public void write()
throws IOException
IOException
protected void writeIncludedTemplates()
throws IOException
IOException
protected void writeIncludedTemplate(JRTemplateReference reference)
throws IOException
IOException
protected void writeStyles()
throws IOException
IOExceptionprotected boolean toWriteConditionalStyles()
JRXmlBaseWriter
toWriteConditionalStyles in class JRXmlBaseWriter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||