net.sf.jasperreports.engine.xml
public abstract class JRXmlBaseWriter extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected JRXmlWriteHelper |
writer |
Constructor and Description |
---|
JRXmlBaseWriter() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
toWriteConditionalStyles()
Decides whether conditional styles are to be written.
|
protected void |
useWriter(JRXmlWriteHelper aWriter)
Sets the XML write helper.
|
void |
writeBox(JRLineBox box) |
void |
writeBox(JRLineBox box,
XmlNamespace namespace) |
protected void |
writeConditionalStyle(JRConditionalStyle style)
Writes a conditional style.
|
protected void |
writePen(JRPen pen) |
protected void |
writeStyle(JRStyle style)
Writes a style.
|
void |
writeStyleReferenceAttr(JRStyleContainer styleContainer) |
protected JRXmlWriteHelper writer
protected void useWriter(JRXmlWriteHelper aWriter)
aWriter
- the XML write helperprotected void writeStyle(JRStyle style) throws java.io.IOException
style
- the style to write.java.io.IOException
public void writeStyleReferenceAttr(JRStyleContainer styleContainer)
protected abstract boolean toWriteConditionalStyles()
protected void writeConditionalStyle(JRConditionalStyle style) throws java.io.IOException
style
- the conditional stylejava.io.IOException
protected void writePen(JRPen pen) throws java.io.IOException
java.io.IOException
public void writeBox(JRLineBox box) throws java.io.IOException
java.io.IOException
public void writeBox(JRLineBox box, XmlNamespace namespace) throws java.io.IOException
java.io.IOException
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com