|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.xml.JRXmlBaseWriter
public abstract class JRXmlBaseWriter
Base XML writer.
| Field Summary | |
|---|---|
protected JRXmlWriteHelper |
writer
|
| Constructor Summary | |
|---|---|
JRXmlBaseWriter()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JRXmlWriteHelper writer
| Constructor Detail |
|---|
public JRXmlBaseWriter()
| Method Detail |
|---|
protected void useWriter(JRXmlWriteHelper aWriter)
aWriter - the XML write helper
protected void writeStyle(JRStyle style)
throws java.io.IOException
style - the style to write.
java.io.IOExceptionpublic void writeStyleReferenceAttr(JRStyleContainer styleContainer)
protected abstract boolean toWriteConditionalStyles()
protected void writeConditionalStyle(JRConditionalStyle style)
throws java.io.IOException
style - the conditional style
java.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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||