Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > 0c518cc2e176451ea9eb99bff1e3388d > files > 287

libofx-devel-0.9.1-3.mga1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<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.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</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>
<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 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOFXApplication.html">OFXApplication</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</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&nbsp;</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">&nbsp;</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> *&nbsp;</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&nbsp;</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&nbsp;</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> *&nbsp;</td>
          <td class="paramname"> <em>libofx_context</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>argc</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&nbsp;</td>
          <td class="paramname"> <em>argv</em>[]</td><td>&nbsp;</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>
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>.
</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_81_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>.
</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_81_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>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 9 21:22:00 2009 for LibOFX by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>