net.sf.jasperreports.engine.export
Class JRXmlExporter
java.lang.Object
net.sf.jasperreports.engine.JRAbstractExporter
net.sf.jasperreports.engine.export.JRXmlExporter
- All Implemented Interfaces:
- JRExporter
public class JRXmlExporter
- extends JRAbstractExporter
Exports a JasperReports document to an XML file that contains the same data as a JasperPrint
object, but in XML format, instead of a serialized class. Such XML files can be parsed back into JasperPrint
object using the JRPrintXmlLoader
utility class. Their structure is validated
against an internal DTD file called jasperprint.dtd
- Version:
- $Id: JRXmlExporter.java 2100 2008-02-25 13:01:47Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Fields inherited from class net.sf.jasperreports.engine.JRAbstractExporter |
classLoader, classLoaderSet, dateFormatCache, endPageIndex, fileResolver, fileResolverSet, filter, globalOffsetX, globalOffsetY, isModeBatch, jasperPrint, jasperPrintList, numberFormatCache, parameters, startPageIndex, urlHandlerFactory, urlHandlerFactorySet |
Methods inherited from class net.sf.jasperreports.engine.JRAbstractExporter |
defaultParseNumber, getBooleanCellValue, getBooleanParameter, getDateCellValue, getDateFormat, getIntegerParameter, getNumberCellValue, getNumberFormat, getOffsetX, getOffsetY, getParameter, getParameterResolver, getParameters, getStringParameter, getStringParameterOrDefault, getStyledText, getStyledText, getTextFormatFactoryClass, getTextLocale, getTextTimeZone, getTextValue, getTextValueString, reset, resetClassLoader, resetExportContext, restoreElementOffsets, setClassLoader, setExportContext, setFrameElementsOffset, setInput, setOffset, setOffset, setOutput, setPageRange, setParameter, setParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_XML_ENCODING
protected static final java.lang.String DEFAULT_XML_ENCODING
- See Also:
- Constant Field Values
DEFAULT_OBJECT_TYPE
protected static final java.lang.String DEFAULT_OBJECT_TYPE
- See Also:
- Constant Field Values
HTML_FILES_SUFFIX
protected static final java.lang.String HTML_FILES_SUFFIX
- See Also:
- Constant Field Values
IMAGE_PREFIX
protected static final java.lang.String IMAGE_PREFIX
- See Also:
- Constant Field Values
xmlWriter
protected JRXmlWriteHelper xmlWriter
encoding
protected java.lang.String encoding
progressMonitor
protected JRExportProgressMonitor progressMonitor
rendererToImagePathMap
protected java.util.Map rendererToImagePathMap
imageNameToImageDataMap
protected java.util.Map imageNameToImageDataMap
fontsMap
protected java.util.Map fontsMap
stylesMap
protected java.util.Map stylesMap
dtdLocation
protected java.lang.String dtdLocation
isEmbeddingImages
protected boolean isEmbeddingImages
destFile
protected java.io.File destFile
imagesDir
protected java.io.File imagesDir
JRXmlExporter
public JRXmlExporter()
exportReport
public void exportReport()
throws JRException
- Description copied from interface:
JRExporter
- Actually starts the export process.
- Specified by:
exportReport
in interface JRExporter
- Specified by:
exportReport
in class JRAbstractExporter
- Throws:
JRException
exportReportToFile
protected void exportReportToFile()
throws JRException
- Throws:
JRException
exportReportToBuffer
protected java.lang.StringBuffer exportReportToBuffer()
throws JRException
- Throws:
JRException
exportReportToStream
protected void exportReportToStream(java.io.Writer writer)
throws JRException,
java.io.IOException
- Throws:
JRException
java.io.IOException
exportProperties
protected void exportProperties(JRPropertiesHolder propertiesHolder)
throws java.io.IOException
- Throws:
java.io.IOException
exportReportFont
protected void exportReportFont(JRReportFont font)
throws java.io.IOException
- Throws:
java.io.IOException
exportStyle
protected void exportStyle(JRStyle style)
throws java.io.IOException
- Throws:
java.io.IOException
exportOrigin
protected void exportOrigin(JROrigin origin)
throws java.io.IOException
- Throws:
java.io.IOException
exportPage
protected void exportPage(JRPrintPage page)
throws JRException,
java.io.IOException
- Throws:
java.io.IOException
JRException
exportElements
protected void exportElements(java.util.Collection elements)
throws java.io.IOException,
JRException
- Throws:
java.io.IOException
JRException
exportLine
protected void exportLine(JRPrintLine line)
throws java.io.IOException
- Throws:
java.io.IOException
exportReportElement
protected void exportReportElement(JRPrintElement element)
throws java.io.IOException
- Throws:
java.io.IOException
exportGraphicElement
protected void exportGraphicElement(JRPrintGraphicElement element)
throws java.io.IOException
- Throws:
java.io.IOException
exportPen
protected void exportPen(JRPen pen)
throws java.io.IOException
- Throws:
java.io.IOException
exportPen
protected void exportPen(java.lang.String element,
JRPen pen)
throws java.io.IOException
- Throws:
java.io.IOException
exportRectangle
protected void exportRectangle(JRPrintRectangle rectangle)
throws java.io.IOException
- Throws:
java.io.IOException
exportEllipse
protected void exportEllipse(JRPrintEllipse ellipse)
throws java.io.IOException
- Throws:
java.io.IOException
exportImage
protected void exportImage(JRPrintImage image)
throws JRException,
java.io.IOException
- Throws:
JRException
java.io.IOException
exportText
protected void exportText(JRPrintText text)
throws java.io.IOException
- Throws:
java.io.IOException
exportFont
protected void exportFont(JRFont font)
throws java.io.IOException
- Throws:
java.io.IOException
exportFrame
protected void exportFrame(JRPrintFrame frame)
throws java.io.IOException,
JRException
- Throws:
java.io.IOException
JRException
exportHyperlinkParameters
protected void exportHyperlinkParameters(JRPrintHyperlink hyperlink)
throws java.io.IOException
- Throws:
java.io.IOException
exportHyperlinkParameter
protected void exportHyperlinkParameter(JRPrintHyperlinkParameter parameter)
throws java.io.IOException
- Throws:
java.io.IOException
© 2001-2006 JasperSoft Corporation www.jaspersoft.com