Class ReportConverter
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.plugins.reporting.customizers.ReportConverter
 
- 
 public class ReportConverter extends java.lang.ObjectFilename: ReportConverter.java Created on Jul 20, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting Migrates an old (pre-7.8) style report to the 7.8+ style.
- 
- 
Constructor SummaryConstructors Constructor Description ReportConverter(DesignerContext context, ReportPanel rp, WindowWorkspace workspace, java.lang.String name)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconvert()protected byte[]createBytes(ReportResource reportResource)static org.w3c.dom.DocumentloadXMLFromString(java.lang.String xml)
 
- 
- 
- 
Constructor Detail- 
ReportConverterpublic ReportConverter(DesignerContext context, ReportPanel rp, WindowWorkspace workspace, java.lang.String name) 
 
- 
 - 
Method Detail- 
convertpublic boolean convert() 
 - 
createBytesprotected byte[] createBytes(ReportResource reportResource) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 - 
loadXMLFromStringpublic static org.w3c.dom.Document loadXMLFromString(java.lang.String xml) throws javax.xml.parsers.ParserConfigurationException, java.io.IOException, org.xml.sax.SAXException- Throws:
- javax.xml.parsers.ParserConfigurationException
- java.io.IOException
- org.xml.sax.SAXException
 
 
- 
 
-