public abstract class AbstractJrxmlHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.axiom.om.OMDocument |
document |
Constructor and Description |
---|
AbstractJrxmlHandler(Report report,
String jrxmlFileName) |
AbstractJrxmlHandler(String reportName) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.axiom.om.OMElement |
getComponentElement(String componentName) |
protected String |
getFileContent() |
org.apache.axiom.om.OMDocument |
getOMDocument() |
protected org.apache.axiom.om.OMElement |
getSubDataSetElement() |
protected void |
handleBackgroundColor() |
protected void |
handleHeaderInformation() |
protected void |
handleReportFormat()
This method does the main processing of header information and back ground information.
|
protected void |
setBackgroundColor() |
protected void |
setHeaderInformation() |
protected void |
writeJrxmlFile(String jrxmlFilename) |
public AbstractJrxmlHandler(Report report, String jrxmlFileName) throws XMLStreamException, FileNotFoundException, org.wso2.carbon.reporting.api.ReportingException
XMLStreamException
FileNotFoundException
org.wso2.carbon.reporting.api.ReportingException
public AbstractJrxmlHandler(String reportName) throws org.wso2.carbon.reporting.api.ReportingException, XMLStreamException, FileNotFoundException
org.wso2.carbon.reporting.api.ReportingException
XMLStreamException
FileNotFoundException
protected org.apache.axiom.om.OMElement getComponentElement(String componentName) throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected org.apache.axiom.om.OMElement getSubDataSetElement() throws org.jaxen.JaxenException
org.jaxen.JaxenException
public org.apache.axiom.om.OMDocument getOMDocument()
protected void handleHeaderInformation() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void handleReportFormat() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void handleBackgroundColor() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void setBackgroundColor() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void setHeaderInformation() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected void writeJrxmlFile(String jrxmlFilename)
protected String getFileContent()
Copyright © 2022 WSO2. All rights reserved.