Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c293755396b61d5feb669b6e142f13b > files > 10

lib64ofx-devel-0.9.9-2.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>LibOFX: OFCApplication Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">LibOFX</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('classOFCApplication.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">OFCApplication Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="OFCApplication" -->
<p>This object is driven by OpenSP as it parses the SGML from the ofx file(s)  
 <a href="classOFCApplication.html#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6427b00e075e4b9b95180e76fb1d55f9"></a><!-- doxytag: member="OFCApplication::OFCApplication" ref="a6427b00e075e4b9b95180e76fb1d55f9" args="(LibofxContext *p_libofx_context)" -->
&#160;</td><td class="memItemRight" valign="bottom"><b>OFCApplication</b> (<a class="el" href="classLibofxContext.html">LibofxContext</a> *p_libofx_context)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOFCApplication.html#af41018e7c903435df28ecb797fad7f05">startElement</a> (const StartElementEvent &amp;event)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback: Start of an OFX element.  <a href="#af41018e7c903435df28ecb797fad7f05"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOFCApplication.html#a5236b08f9e8f2db3c47346089b09f97f">endElement</a> (const EndElementEvent &amp;event)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback: End of an OFX element.  <a href="#a5236b08f9e8f2db3c47346089b09f97f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOFCApplication.html#ab7377bdd933c0809621c9401c4bb7faf">data</a> (const DataEvent &amp;event)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback: Data from an OFX element.  <a href="#ab7377bdd933c0809621c9401c4bb7faf"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOFCApplication.html#af0066a700819223be70fedc901c9e6e3">error</a> (const ErrorEvent &amp;event)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback: SGML parse error.  <a href="#af0066a700819223be70fedc901c9e6e3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOFCApplication.html#a26eddc55614d7796fb07c5edd4a86d5c">openEntityChange</a> (const OpenEntityPtr &amp;para_entity_ptr)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Callback: Receive internal OpenSP state.  <a href="#a26eddc55614d7796fb07c5edd4a86d5c"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This object is driven by OpenSP as it parses the SGML from the ofx file(s) </p>

<p>Definition at line <a class="el" href="ofc__sgml_8cpp_source.html#l00045">45</a> of file <a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a>.</p>
</div><hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ab7377bdd933c0809621c9401c4bb7faf"></a><!-- doxytag: member="OFCApplication::data" ref="ab7377bdd933c0809621c9401c4bb7faf" args="(const DataEvent &amp;event)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void OFCApplication::data </td>
          <td>(</td>
          <td class="paramtype">const DataEvent &amp;&#160;</td>
          <td class="paramname"><em>event</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Callback: Data from an OFX element. </p>
<p>An OpenSP callback, get's called when the raw data of an OFX element appears in the file. Is usually called more than once for a single element, so we must concatenate the data. </p>

<p>Definition at line <a class="el" href="ofc__sgml_8cpp_source.html#l00283">283</a> of file <a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a5236b08f9e8f2db3c47346089b09f97f"></a><!-- doxytag: member="OFCApplication::endElement" ref="a5236b08f9e8f2db3c47346089b09f97f" args="(const EndElementEvent &amp;event)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void OFCApplication::endElement </td>
          <td>(</td>
          <td class="paramtype">const EndElementEvent &amp;&#160;</td>
          <td class="paramname"><em>event</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Callback: End of an OFX element. </p>
<p>An OpenSP callback, get's called at the end of an OFX element (the closing tags are not always present in OFX) in the file. </p>

<p>Definition at line <a class="el" href="ofc__sgml_8cpp_source.html#l00211">211</a> of file <a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="af0066a700819223be70fedc901c9e6e3"></a><!-- doxytag: member="OFCApplication::error" ref="af0066a700819223be70fedc901c9e6e3" args="(const ErrorEvent &amp;event)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void OFCApplication::error </td>
          <td>(</td>
          <td class="paramtype">const ErrorEvent &amp;&#160;</td>
          <td class="paramname"><em>event</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Callback: SGML parse error. </p>
<p>An OpenSP callback, get's called when a parser error has occured. </p>

<p>Definition at line <a class="el" href="ofc__sgml_8cpp_source.html#l00295">295</a> of file <a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a26eddc55614d7796fb07c5edd4a86d5c"></a><!-- doxytag: member="OFCApplication::openEntityChange" ref="a26eddc55614d7796fb07c5edd4a86d5c" args="(const OpenEntityPtr &amp;para_entity_ptr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void OFCApplication::openEntityChange </td>
          <td>(</td>
          <td class="paramtype">const OpenEntityPtr &amp;&#160;</td>
          <td class="paramname"><em>para_entity_ptr</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Callback: Receive internal OpenSP state. </p>
<p>An Internal OpenSP callback, used to be able to generate line number. </p>

<p>Definition at line <a class="el" href="ofc__sgml_8cpp_source.html#l00340">340</a> of file <a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="af41018e7c903435df28ecb797fad7f05"></a><!-- doxytag: member="OFCApplication::startElement" ref="af41018e7c903435df28ecb797fad7f05" args="(const StartElementEvent &amp;event)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void OFCApplication::startElement </td>
          <td>(</td>
          <td class="paramtype">const StartElementEvent &amp;&#160;</td>
          <td class="paramname"><em>event</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Callback: Start of an OFX element. </p>
<p>An OpenSP callback, get's called when the opening tag of an OFX element appears in the file </p>

<p>Definition at line <a class="el" href="ofc__sgml_8cpp_source.html#l00066">66</a> of file <a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ofc__sgml_8cpp_source.html">ofc_sgml.cpp</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="classOFCApplication.html">OFCApplication</a>      </li>
      <li class="footer">Generated on Wed Apr 17 2013 22:12:00 for LibOFX by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>