#include <qsf-xml.h>
The validation is a separate parse with separate data. This is used to determine which backend should load the data.
Definition at line 423 of file qsf-xml.h.
Data Fields | |
QofBackendError | error_state |
const gchar * | object_path |
const gchar * | map_path |
GHashTable * | object_table |
GHashTable * | map_table |
gint | valid_object_count |
gint | map_calculated_count |
gint | qof_registered_count |
gint | incoming_count |
|
Number of unique objects in the incoming QSF file. Used to ensure all incoming objects are used. |
|
Number of objects that can be calculated by this map. MAP_OBJECT_TAG. |
|
Names of all defined objects (from the define tag) and status (presence of a calculation.) |
|
Names of all incoming objects (from the object_type) and status (QOF registration). |
|
Number of objects (in either the QSF or the map) that are registered with QofObject. |
|
Number of unique incoming objects as defined in QSF_OBJECT_TAG tags in the QSF. |