![]() |
![]() |
![]() |
LibRepTool Reference Manual | ![]() |
---|---|---|---|---|
RptReport; RptReport* rpt_report_new_from_xml (xmlDoc *xdoc); RptReport* rpt_report_new_from_file (const gchar *filename); xmlDoc* rpt_report_get_xml (RptReport *rpt_report); xmlDoc* rpt_report_get_xml_rptprint (RptReport *rpt_report);
RptReport* rpt_report_new_from_xml (xmlDoc *xdoc);
xdoc : |
an xmlDoc. |
Returns : | the newly created RptReport object. |
RptReport* rpt_report_new_from_file (const gchar *filename);
filename : |
the path of the xml file to load. |
Returns : | the newly created RptReport object. |
xmlDoc* rpt_report_get_xml (RptReport *rpt_report);
rpt_report : |
an RptReport object. |
Returns : |