|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.io.TemplateParser
public class TemplateParser
This class imports a report template file into a ReportSheet.
| Field Summary | |
|---|---|
protected int |
nodeIdx
|
protected Vector |
nodes
|
protected ReportSheet |
sheet
|
| Constructor Summary | |
|---|---|
TemplateParser(Document doc)
Create a template arser. |
|
| Method Summary | |
|---|---|
protected int |
getHelperType()
Get the helper type. |
static TemplateParser |
getTemplateParser(InputStream input)
|
static TemplateParser |
getTemplateParser(InputStream input,
String sourceName)
|
boolean |
isCurrentVersion()
Get original template and report file (*.srt) version. |
ReportSheet |
read(String dir)
Import a report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Vector nodes
protected int nodeIdx
protected ReportSheet sheet
| Constructor Detail |
|---|
public TemplateParser(Document doc)
| Method Detail |
|---|
public static TemplateParser getTemplateParser(InputStream input)
public static TemplateParser getTemplateParser(InputStream input,
String sourceName)
public ReportSheet read(String dir)
throws IOException
read in interface Parserdir - directory the report is imported from.
IOExceptionprotected int getHelperType()
public boolean isCurrentVersion()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||