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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
<!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.cpp 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.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
OFX/SGML parsing functionnality.
<p>
Almost all of the SGML parser specific code is contained in this file (some is in messages.cpp and ofx_utilities.cpp). To understand this file you must read the documentation of OpenSP's generic interface: see <a href="http://openjade.sourceforge.net/">http://openjade.sourceforge.net/</a>
<p>Definition in file <a class="el" href="ofx__sgml_8cpp-source.html">ofx_sgml.cpp</a>.</p>
<p>
<p>
<a href="ofx__sgml_8cpp-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>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classOFXApplication.html">OFXApplication</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This object is driven by OpenSP as it parses the SGML from the ofx file(s). <a href="classOFXApplication.html#_details">More...</a><br></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_8cpp.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>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="759a7d80c051f4f1adc2abae56002100"></a><!-- doxytag: member="ofx_sgml.cpp::MainContainer" ref="759a7d80c051f4f1adc2abae56002100" args="" -->
<a class="el" href="classOfxMainContainer.html">OfxMainContainer</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="ofx__sgml_8cpp.html#759a7d80c051f4f1adc2abae56002100">MainContainer</a> = NULL</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">SGMLApplication::OpenEntityPtr </td><td class="memItemRight" valign="bottom"><a class="el" href="ofx__sgml_8cpp.html#adaa870f35b4a4fb6b268ae8ea872ccf">entity_ptr</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">SGMLApplication::Position </td><td class="memItemRight" valign="bottom"><a class="el" href="ofx__sgml_8cpp.html#4da8008b6f110050513003edf67a2495">position</a></td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="27d475cfed072c1761992192a9ce83cc"></a><!-- doxytag: member="ofx_sgml.cpp::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>
<p>Referenced by <a class="el" href="ofx__preproc_8cpp-source.html#l00280">libofx_proc_buffer()</a>, and <a class="el" href="ofx__preproc_8cpp-source.html#l00070">ofx_proc_file()</a>.</p>
</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="adaa870f35b4a4fb6b268ae8ea872ccf"></a><!-- doxytag: member="ofx_sgml.cpp::entity_ptr" ref="adaa870f35b4a4fb6b268ae8ea872ccf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">SGMLApplication::OpenEntityPtr <a class="el" href="fx-0_89_80_2lib_2ofx__sgml_8cpp.html#adaa870f35b4a4fb6b268ae8ea872ccf">entity_ptr</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Global for determining the line number in OpenSP
<p>Definition at line <a class="el" href="messages_8cpp-source.html#l00025">25</a> of file <a class="el" href="messages_8cpp-source.html">messages.cpp</a>.</p>
</div>
</div><p>
<a class="anchor" name="4da8008b6f110050513003edf67a2495"></a><!-- doxytag: member="ofx_sgml.cpp::position" ref="4da8008b6f110050513003edf67a2495" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">SGMLApplication::Position <a class="el" href="fx-0_89_80_2lib_2ofx__sgml_8cpp.html#4da8008b6f110050513003edf67a2495">position</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Global for determining the line number in OpenSP
<p>Definition at line <a class="el" href="messages_8cpp-source.html#l00026">26</a> of file <a class="el" href="messages_8cpp-source.html">messages.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>
|