public class JRXmlLoader extends Object
| Constructor and Description |
|---|
JRXmlLoader(org.apache.commons.digester.Digester digester) |
public void setJasperDesign(JasperDesign jasperDesign)
public void addGroupReference(XmlGroupReference reference)
public void addGroupReprintedElement(JRDesignElement element)
public void addGroupEvaluatedImage(JRDesignImage image)
public void addGroupEvaluatedTextField(JRDesignTextField textField)
public void addGroupEvaluatedChart(JRDesignChart chart)
public Set<JRElementDataset> getGroupBoundDatasets()
public static JasperDesign load(String sourceFileName) throws JRException
JRExceptionpublic static JasperDesign load(File file) throws JRException
JRExceptionpublic static JasperDesign load(InputStream is) throws JRException
JRExceptionpublic JasperDesign loadXML(InputStream is) throws JRException
JRExceptionpublic JasperDesign loadXML(InputSource is) throws JRException
JRExceptionprotected JRGroup resolveGroup(String groupName, XmlLoaderReportContext context)
public void addError(Exception e)
public boolean isIgnoreConsistencyProblems()
public void setIgnoreConsistencyProblems(boolean ignoreConsistencyProblems)
ignoreConsistencyProblems - The ignoreConsistencyProblems value to set.public void pushReportContext(XmlLoaderReportContext context)
public XmlLoaderReportContext popReportContext()
public XmlLoaderReportContext getReportContext()
Copyright © 2012. All Rights Reserved.