Name of the file to import.
Data model options.
Defines if the data model will be accessed randomly or through a cursor. If set to %FALSE, access will have to be done using a cursor.
Defines the behaviour in case the imported data contains recoverable errors (usually too many or too few data per row). If set to %TRUE, an error will be reported and the import will stop, and if set to %FALSE, then the error will be reported but the import will not stop.
Data to import, as a pointer to an XML node (a #xmlNodePtr).
Data to import, as a string.