Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1a4f471b66d1a9341a524feaa542bb65 > files > 24

libwps-doc-0.2.0-1.fc15.noarch.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>libwps: WPSParser.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.7.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="main.html"><span>Main&#160;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>WPSParser.h</h1>  </div>
</div>
<div class="contents">
<a href="WPSParser_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* libwps</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 2002 William Lachance (william.lachance@sympatico.ca)</span>
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)</span>
<a name="l00004"></a>00004 <span class="comment"> *  </span>
<a name="l00005"></a>00005 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00007"></a>00007 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU Library General Public</span>
<a name="l00016"></a>00016 <span class="comment"> * License along with this library; if not, write to the Free Software</span>
<a name="l00017"></a>00017 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> * For further information visit http://libwps.sourceforge.net</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="comment">/*</span>
<a name="l00023"></a>00023 <span class="comment"> * This file is in sync with CVS</span>
<a name="l00024"></a>00024 <span class="comment"> * /libwpd2/src/lib/WPXParser.h 1.22</span>
<a name="l00025"></a>00025 <span class="comment"> */</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#ifndef WPSPARSER_H</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define WPSPARSER_H</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="WPSHeader_8h.html">WPSHeader.h</a>&quot;</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="keyword">class </span>WPXDocumentInterface;
<a name="l00034"></a>00034 
<a name="l00035"></a><a class="code" href="classWPSParser.html">00035</a> <span class="keyword">class </span><a class="code" href="classWPSParser.html">WPSParser</a>
<a name="l00036"></a>00036 {
<a name="l00037"></a>00037 <span class="keyword">public</span>:
<a name="l00038"></a>00038         <a class="code" href="classWPSParser.html#adae45e6818642a6b001105f06211424b">WPSParser</a>(WPXInputStream * input, <a class="code" href="classWPSHeader.html">WPSHeader</a> *header);
<a name="l00039"></a>00039         <span class="keyword">virtual</span> <a class="code" href="classWPSParser.html#afc38fe8510d457dea2db71e9ce7bd48f">~WPSParser</a>();
<a name="l00040"></a>00040 
<a name="l00041"></a>00041         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classWPSParser.html#aa567ae6f707229d2467f5a49db0fa584">parse</a>(WPXDocumentInterface *documentInterface) = 0;
<a name="l00042"></a>00042 
<a name="l00043"></a>00043 <span class="keyword">protected</span>:
<a name="l00044"></a><a class="code" href="classWPSParser.html#ade7e2749e6ced698ff0b99e4acf46599">00044</a>         <a class="code" href="classWPSHeader.html">WPSHeader</a> * <a class="code" href="classWPSParser.html#ade7e2749e6ced698ff0b99e4acf46599">getHeader</a>() { <span class="keywordflow">return</span> <a class="code" href="classWPSParser.html#a9554682cc34da4734ad1318898bb20dc">m_header</a>; }
<a name="l00045"></a><a class="code" href="classWPSParser.html#a48b95fdf901d0965dbede90939473937">00045</a>         WPXInputStream * <a class="code" href="classWPSParser.html#a48b95fdf901d0965dbede90939473937">getInput</a>() { <span class="keywordflow">return</span> <a class="code" href="classWPSParser.html#aef2ac32e1b55eb30751515610b20d714">m_input</a>; }
<a name="l00046"></a>00046         
<a name="l00047"></a>00047 <span class="keyword">private</span>:
<a name="l00048"></a>00048         <a class="code" href="classWPSParser.html#adae45e6818642a6b001105f06211424b">WPSParser</a>(<span class="keyword">const</span> <a class="code" href="classWPSParser.html">WPSParser</a>&amp;);
<a name="l00049"></a>00049         <a class="code" href="classWPSParser.html">WPSParser</a>&amp; <a class="code" href="classWPSParser.html#a624dfcb6cb2fd7184f95f4f6447a5bd2">operator=</a>(<span class="keyword">const</span> <a class="code" href="classWPSParser.html">WPSParser</a>&amp;);
<a name="l00050"></a><a class="code" href="classWPSParser.html#aef2ac32e1b55eb30751515610b20d714">00050</a>         WPXInputStream * <a class="code" href="classWPSParser.html#aef2ac32e1b55eb30751515610b20d714">m_input</a>;
<a name="l00051"></a>00051 
<a name="l00052"></a><a class="code" href="classWPSParser.html#a9554682cc34da4734ad1318898bb20dc">00052</a>         <a class="code" href="classWPSHeader.html">WPSHeader</a> * <a class="code" href="classWPSParser.html#a9554682cc34da4734ad1318898bb20dc">m_header</a>;
<a name="l00053"></a>00053 };
<a name="l00054"></a>00054 
<a name="l00055"></a>00055 <span class="preprocessor">#endif </span><span class="comment">/* WPSPARSER_H */</span>
</pre></div></div>
</div>
<hr size="1"><address style="align: right;"><small>
Generated on Sun Dec 5 2010 16:52:36 for libwps by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.7.2</small></address>
</body>
</html>