LibOFX
ofx_preproc.hh
Go to the documentation of this file.
1
/***************************************************************************
2
ofx_preproc.h
3
-------------------
4
copyright : (C) 2002 by Benoit Gr�goire
5
email : benoitg@coeus.ca
6
***************************************************************************/
12
/***************************************************************************
13
* *
14
* This program is free software; you can redistribute it and/or modify *
15
* it under the terms of the GNU General Public License as published by *
16
* the Free Software Foundation; either version 2 of the License, or *
17
* (at your option) any later version. *
18
* *
19
***************************************************************************/
20
#ifndef OFX_PREPROC_H
21
#define OFX_PREPROC_H
22
23
#include "context.hh"
24
25
#define OPENSPDCL_FILENAME "opensp.dcl"
26
#define OFX160DTD_FILENAME "ofx160.dtd"
27
#define OFCDTD_FILENAME "ofc.dtd"
28
30
std::string
sanitize_proprietary_tags
(std::string input_string);
32
std::string
find_dtd
(LibofxContextPtr ctx,
const
std::string& dtd_filename);
39
int
ofx_proc_file
(LibofxContextPtr libofx_context,
const
char
*);
40
41
#endif
sanitize_proprietary_tags
std::string sanitize_proprietary_tags(std::string input_string)
Removes proprietary tags and comments.
Definition:
ofx_preproc.cpp:482
ofx_proc_file
int ofx_proc_file(LibofxContextPtr libofx_context, const char *)
ofx_proc_file process an ofx or ofc file.
Definition:
ofx_preproc.cpp:80
find_dtd
std::string find_dtd(LibofxContextPtr ctx, const std::string &dtd_filename)
Find the appropriate DTD for the file version.
Definition:
ofx_preproc.cpp:556
libofx-0.10.8
lib
ofx_preproc.hh
Generated on Tue Sep 27 2022 20:48:10 for LibOFX by
1.8.17