GdaReportValid
Details
struct GdaReportValidPrivate
struct GdaReportValidPrivate;
gda_report_valid_load ()
GdaReportValid* gda_report_valid_load (void);
Loads the gda-report DTD into a GdaReportValid structure, needed
to create new report items or documents.
gda_report_valid_new_from_dom ()
GdaReportValid* gda_report_valid_new_from_dom
(xmlDtdPtr dtd);
gda_report_valid_to_dom ()
xmlDtdPtr gda_report_valid_to_dom (GdaReportValid *valid);
gda_report_valid_validate_document ()
gboolean gda_report_valid_validate_document
(GdaReportValid *valid,
xmlDocPtr document);
gda_report_valid_validate_element ()
gboolean gda_report_valid_validate_element
(GdaReportValid *valid,
xmlNodePtr element);
gda_report_valid_validate_attribute ()
gboolean gda_report_valid_validate_attribute
(GdaReportValid *valid,
const gchar *element_name,
const gchar *attribute_name,
const gchar *value);