Style Intelligence v12.0

inetsoft.report.io
Class ReportParser

java.lang.Object
  extended by inetsoft.report.io.TemplateParser
      extended by inetsoft.report.io.ReportParser
All Implemented Interfaces:
Parser

public class ReportParser
extends TemplateParser

This class imports a report XML file into a ReportSheet.


Field Summary
 
Fields inherited from class inetsoft.report.io.TemplateParser
nodeIdx, nodes, sheet
 
Constructor Summary
ReportParser(Document doc)
          Create a report parser.
 
Method Summary
protected  int getHelperType()
          Get the helper type.
static ReportParser getReportParser(InputStream input)
           
static ReportParser getReportParser(InputStream input, String sourceName)
           
 
Methods inherited from class inetsoft.report.io.TemplateParser
getTemplateParser, getTemplateParser, isCurrentVersion, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportParser

public ReportParser(Document doc)
Create a report parser.

Method Detail

getReportParser

public static ReportParser getReportParser(InputStream input)

getReportParser

public static ReportParser getReportParser(InputStream input,
                                           String sourceName)

getHelperType

protected int getHelperType()
Get the helper type.

Overrides:
getHelperType in class TemplateParser

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.