LibOFX
|
Preprocessing of the OFX files before parsing. More...
Go to the source code of this file.
Functions | |
enum LibofxFileFormat | libofx_detect_file_type (const char *p_filename) |
libofx_detect_file_type tries to analyze a file to determine it's format. |
Preprocessing of the OFX files before parsing.
Implements the pre-treatement of the OFX file prior to parsing: OFX header striping, OFX proprietary tags and SGML comment striping, locating the appropriate DTD.
Definition in file file_preproc.hh.
enum LibofxFileFormat libofx_detect_file_type | ( | const char * | p_filename | ) |
libofx_detect_file_type tries to analyze a file to determine it's format.
p_filename | File name of the file to process |
Definition at line 102 of file file_preproc.cpp.
Referenced by libofx_proc_file().