1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>LibOFX: ofx_sgml.hh File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<h1>ofx_sgml.hh File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
OFX/SGML parsing functionnality.
<p>
<p>Definition in file <a class="el" href="ofx__sgml_8hh-source.html">ofx_sgml.hh</a>.</p>
<p>
<p>
<a href="ofx__sgml_8hh-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="ofx__sgml_8hh.html#27d475cfed072c1761992192a9ce83cc">ofx_proc_sgml</a> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *libofx_context, int argc, char *argv[])</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Parses a DTD and OFX file(s). <a href="#27d475cfed072c1761992192a9ce83cc"></a><br></td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="27d475cfed072c1761992192a9ce83cc"></a><!-- doxytag: member="ofx_sgml.hh::ofx_proc_sgml" ref="27d475cfed072c1761992192a9ce83cc" args="(LibofxContext *libofx_context, int argc, char *argv[])" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int ofx_proc_sgml </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classLibofxContext.html">LibofxContext</a> * </td>
<td class="paramname"> <em>libofx_context</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"> <em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char * </td>
<td class="paramname"> <em>argv</em>[]</td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Parses a DTD and OFX file(s).
<p>
ofx_proc_sgml will take a list of files in command line format. The first file must be the DTD, and then any number of OFX files.
<p>Definition at line <a class="el" href="ofx__sgml_8cpp-source.html#l00352">352</a> of file <a class="el" href="ofx__sgml_8cpp-source.html">ofx_sgml.cpp</a>.</p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Nov 19 20:28:00 2007 for LibOFX by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
|