net.sf.jasperreports.engine.xml
Class JRXmlLoader
java.lang.Object
net.sf.jasperreports.engine.xml.JRXmlLoader
public class JRXmlLoader
- extends java.lang.Object
- Version:
- $Id: JRXmlLoader.java 1625 2007-03-09 17:21:31Z lucianc $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Constructor Summary |
JRXmlLoader(org.apache.commons.digester.Digester digester)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRXmlLoader
public JRXmlLoader(org.apache.commons.digester.Digester digester)
setJasperDesign
public void setJasperDesign(JasperDesign jasperDesign)
getGroupReprintedElements
public java.util.Collection getGroupReprintedElements()
getGroupEvaluatedImages
public java.util.Collection getGroupEvaluatedImages()
getGroupEvaluatedTextFields
public java.util.Collection getGroupEvaluatedTextFields()
getGroupEvaluatedCharts
public java.util.Collection getGroupEvaluatedCharts()
getGroupBoundDatasets
public java.util.Set getGroupBoundDatasets()
load
public static JasperDesign load(java.lang.String sourceFileName)
throws JRException
- Throws:
JRException
load
public static JasperDesign load(java.io.File file)
throws JRException
- Throws:
JRException
load
public static JasperDesign load(java.io.InputStream is)
throws JRException
- Throws:
JRException
loadXML
public JasperDesign loadXML(java.io.InputStream is)
throws JRException
- Throws:
JRException
loadXML
public JasperDesign loadXML(org.xml.sax.InputSource is)
throws JRException
- Throws:
JRException
addError
public void addError(java.lang.Exception e)
isIgnoreConsistencyProblems
public boolean isIgnoreConsistencyProblems()
- Returns true if the loader is set to ignore consistency problems
- Returns:
- the ignoreConsistencyProblems flag.
setIgnoreConsistencyProblems
public void setIgnoreConsistencyProblems(boolean ignoreConsistencyProblems)
- Allows to enable or disable the reporting of consistency problems. Consistency
problems are problems in the logical structure of the report such as references
to missing groups and fonts.
- Parameters:
ignoreConsistencyProblems
- The ignoreConsistencyProblems value to set.
© 2001-2006 JasperSoft Corporation www.jaspersoft.com