~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to doc/html/ofx__preproc_8hh-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
3
<title>LibOFX: ofx_preproc.hh Source File</title>
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
<link href="tabs.css" rel="stylesheet" type="text/css">
6
6
</head><body>
7
 
<!-- Generated by Doxygen 1.4.6 -->
 
7
<!-- Generated by Doxygen 1.5.3 -->
8
8
<div class="tabs">
9
9
  <ul>
10
10
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
11
11
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
12
12
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
13
 
    <li id="current"><a href="files.html"><span>Files</span></a></li>
14
 
  </ul></div>
15
 
<div class="tabs">
16
 
  <ul>
17
 
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
18
 
    <li><a href="globals.html"><span>Globals</span></a></li>
19
 
  </ul></div>
 
13
    <li class="current"><a href="files.html"><span>Files</span></a></li>
 
14
  </ul>
 
15
</div>
20
16
<h1>ofx_preproc.hh</h1><a href="ofx__preproc_8hh.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***************************************************************************</span>
21
17
<a name="l00002"></a>00002 <span class="comment">                          ofx_preproc.h</span>
22
18
<a name="l00003"></a>00003 <span class="comment">                             -------------------</span>
36
32
<a name="l00022"></a>00022 <span class="preprocessor"></span>
37
33
<a name="l00023"></a>00023 <span class="preprocessor">#include "context.hh"</span>
38
34
<a name="l00024"></a>00024 
39
 
<a name="l00025"></a><a class="code" href="ofx__preproc_8hh.html#5672c78b4764323c0a9f2b19887d9431">00025</a> <span class="preprocessor">#define OPENSPDCL_FILENAME "opensp.dcl"</span>
40
 
<a name="l00026"></a><a class="code" href="ofx__preproc_8hh.html#e8845df1e079aa24b66aa0f5360b2893">00026</a> <span class="preprocessor"></span><span class="preprocessor">#define OFX160DTD_FILENAME "ofx160.dtd"</span>
41
 
<a name="l00027"></a><a class="code" href="ofx__preproc_8hh.html#148e2bcd13df8fdbaf41d797c48b7755">00027</a> <span class="preprocessor"></span><span class="preprocessor">#define OFCDTD_FILENAME "ofc.dtd"</span>
 
35
<a name="l00025"></a><a class="code" href="ofx__preproc_8hh.html#d9e6681d8259d0d224f7c775eb25487c">00025</a> <span class="preprocessor">#define OPENSPDCL_FILENAME "opensp.dcl"</span>
 
36
<a name="l00026"></a><a class="code" href="ofx__preproc_8hh.html#9048e71566173bdc4719830bf28bec3b">00026</a> <span class="preprocessor"></span><span class="preprocessor">#define OFX160DTD_FILENAME "ofx160.dtd"</span>
 
37
<a name="l00027"></a><a class="code" href="ofx__preproc_8hh.html#db19c9e865a6e5d4ae16c68b36b1734c">00027</a> <span class="preprocessor"></span><span class="preprocessor">#define OFCDTD_FILENAME "ofc.dtd"</span>
42
38
<a name="l00028"></a>00028 <span class="preprocessor"></span>
43
 
<a name="l00030"></a>00030 string <a class="code" href="ofx__preproc_8cpp.html#1081ea6fa992f51998090e4c24d6cc64">sanitize_proprietary_tags</a>(string input_string);
44
 
<a name="l00032"></a>00032 string <a class="code" href="ofx__preproc_8cpp.html#5efb55f65bf1d51e4863c6cc1c10439c">find_dtd</a>(string dtd_filename);
45
 
<a name="l00039"></a>00039 <a class="code" href="inc_2libofx_8h.html#78c711cc9f71d9032ea0e2ec66b87e74">CFCT</a> <span class="keywordtype">int</span> <a class="code" href="ofx__preproc_8cpp.html#7b1cf1b458173b5f65bc8d2663121202">ofx_proc_file</a>(<a class="code" href="inc_2libofx_8h.html#15e5ea23015b0e379679d9e8db1057c0">LibofxContextPtr</a> libofx_context, <span class="keyword">const</span> <span class="keywordtype">char</span> *);
 
39
<a name="l00030"></a>00030 <span class="keywordtype">string</span> <a class="code" href="ofx__preproc_8cpp.html#cdbd49c3c11946411dd76016609bd333" title="Removes proprietary tags and comments.">sanitize_proprietary_tags</a>(<span class="keywordtype">string</span> input_string);
 
40
<a name="l00032"></a>00032 <span class="keywordtype">string</span> <a class="code" href="ofx__preproc_8cpp.html#a45231657cddffcb50db295076956183" title="Find the appropriate DTD for the file version.">find_dtd</a>(<a class="code" href="inc_2libofx_8h.html#cb05196108aab07092d1b4931577b87c">LibofxContextPtr</a> ctx, <span class="keywordtype">string</span> dtd_filename);
 
41
<a name="l00039"></a>00039 <a class="code" href="inc_2libofx_8h.html#47f3130aac7543264fac840fb657cc3d">CFCT</a> <span class="keywordtype">int</span> <a class="code" href="ofx__preproc_8cpp.html#f2eca18ef5a500e7f76ed180d0af8a0a" title="File pre-processing of OFX AND for OFC files.">ofx_proc_file</a>(<a class="code" href="inc_2libofx_8h.html#cb05196108aab07092d1b4931577b87c">LibofxContextPtr</a> libofx_context, <span class="keyword">const</span> <span class="keywordtype">char</span> *);
46
42
<a name="l00040"></a>00040 
47
43
<a name="l00041"></a>00041 <span class="preprocessor">#endif</span>
48
 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Aug 25 13:25:22 2006 for LibOFX by&nbsp;
 
44
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 19 20:27:59 2007 for LibOFX by&nbsp;
49
45
<a href="http://www.doxygen.org/index.html">
50
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
 
46
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
51
47
</body>
52
48
</html>