public class Report
extends java.lang.Object
Report
class makes a html report out of a fop report.
title: SystemCoreDialog
description: makes a html report out of a fop report.
copyright: (c) 2014 thomas kaffka, born at 11/08/1959 in düsseldorf - germany , all rights reserved.
Modifier and Type | Field and Description |
---|---|
int |
errCode
internal error code of class.
|
java.lang.String |
errMess
internal error message of class.
|
boolean |
success
true, if success.
|
Constructor and Description |
---|
Report()
The constructor
Report creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
void |
parseDocument(java.lang.String fo_data)
The method
parseDocument reads an xml listing of keyset and put it into database. |
public int errCode
public java.lang.String errMess
public boolean success