|
||||||||||
| 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. |
void |
writeParagraph(JRParagraph paragraph)
|
void |
writeParagraph(JRParagraph paragraph,
XmlNamespace namespace)
|
protected void |
writePen(JRPen pen)
|
protected void |
writeStyle(JRStyle style)
Writes a style. |
void |
writeStyleReferenceAttr(JRStyleContainer styleContainer)
|
void |
writeTabStop(TabStop tabStop)
|
| 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 IOException
style - the style to write.
IOExceptionpublic void writeStyleReferenceAttr(JRStyleContainer styleContainer)
protected abstract boolean toWriteConditionalStyles()
protected void writeConditionalStyle(JRConditionalStyle style)
throws IOException
style - the conditional style
IOException
protected void writePen(JRPen pen)
throws IOException
IOException
public void writeBox(JRLineBox box)
throws IOException
IOException
public void writeBox(JRLineBox box,
XmlNamespace namespace)
throws IOException
IOException
public void writeParagraph(JRParagraph paragraph)
throws IOException
IOException
public void writeParagraph(JRParagraph paragraph,
XmlNamespace namespace)
throws IOException
IOException
public void writeTabStop(TabStop tabStop)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||