Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > b1a77a3189c94689b27242b0c24bdea3 > files > 75

libxml++-doc-2.33.2-1.fc14.noarch.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>libxml++: xmlpp::ParserInputBuffer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<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="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath">
    <ul>
      <li><a class="el" href="namespacexmlpp.html">xmlpp</a> </li>
      <li><a class="el" href="classxmlpp_1_1ParserInputBuffer.html">ParserInputBuffer</a> </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
  <div class="headertitle">
<h1>xmlpp::ParserInputBuffer Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="xmlpp::ParserInputBuffer" --><!-- doxytag: inherits="xmlpp::NonCopyable" -->
<p>Base class for xmlParserInputBuffer wrapper. <a href="#_details">More...</a></p>

<p><code>#include &lt;libxml++/io/parserinputbuffer.h&gt;</code></p>
<!-- startSectionHeader --><div class="dynheader">
Inheritance diagram for xmlpp::ParserInputBuffer:<!-- endSectionHeader --></div>
<!-- startSectionSummary --><!-- endSectionSummary --><!-- startSectionContent --><div class="dyncontent">
<div class="center"><img src="classxmlpp_1_1ParserInputBuffer__inherit__graph.png" border="0" usemap="#xmlpp_1_1ParserInputBuffer_inherit__map" alt="Inheritance graph"/></div>
<map name="xmlpp_1_1ParserInputBuffer_inherit__map" id="xmlpp_1_1ParserInputBuffer_inherit__map">
<area shape="rect" id="node5" href="classxmlpp_1_1IStreamParserInputBuffer.html" title="xmlpp::IStreamParserInputBuffer" alt="" coords="5,166,216,197"/><area shape="rect" id="node2" href="classxmlpp_1_1NonCopyable.html" title="Herited by classes which cannot be copied." alt="" coords="40,6,181,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center><!-- endSectionContent --></div>
<!-- startSectionHeader --><div class="dynheader">
Collaboration diagram for xmlpp::ParserInputBuffer:<!-- endSectionHeader --></div>
<!-- startSectionSummary --><!-- endSectionSummary --><!-- startSectionContent --><div class="dyncontent">
<div class="center"><img src="classxmlpp_1_1ParserInputBuffer__coll__graph.png" border="0" usemap="#xmlpp_1_1ParserInputBuffer_coll__map" alt="Collaboration graph"/></div>
<map name="xmlpp_1_1ParserInputBuffer_coll__map" id="xmlpp_1_1ParserInputBuffer_coll__map">
<area shape="rect" id="node2" href="classxmlpp_1_1NonCopyable.html" title="Herited by classes which cannot be copied." alt="" coords="17,6,159,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center><!-- endSectionContent --></div>

<p><a href="classxmlpp_1_1ParserInputBuffer-members.html">List of all members.</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">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#a546358e9f85fd99b4ac4e1a2b1844ce5">ParserInputBuffer</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#ad48655eb2fb4d085a7f2531aa8979b75">~ParserInputBuffer</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">_xmlParserInputBuffer*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#acb105eb192e5532e21431a82ff46bb82">cobj</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">gives an access to the underlying libxml structure to the children <a href="#acb105eb192e5532e21431a82ff46bb82"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const _xmlParserInputBuffer*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#acf1c0eacf5b5d327a864f5339818d6bf">cobj</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">gives an access to the underlying libxml structure to the children <a href="#acf1c0eacf5b5d327a864f5339818d6bf"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Base class for xmlParserInputBuffer wrapper. </p>
<p>It can be herited to create a new output buffer. A child class has to override do_write, and eventually do_close if some actions are required before buffer closing. </p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a546358e9f85fd99b4ac4e1a2b1844ce5"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::ParserInputBuffer" ref="a546358e9f85fd99b4ac4e1a2b1844ce5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">xmlpp::ParserInputBuffer::ParserInputBuffer </td>
          <td>(</td>
          <td class="paramname">&#160;)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="ad48655eb2fb4d085a7f2531aa8979b75"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::~ParserInputBuffer" ref="ad48655eb2fb4d085a7f2531aa8979b75" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual xmlpp::ParserInputBuffer::~ParserInputBuffer </td>
          <td>(</td>
          <td class="paramname">&#160;)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="acb105eb192e5532e21431a82ff46bb82"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::cobj" ref="acb105eb192e5532e21431a82ff46bb82" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">_xmlParserInputBuffer* xmlpp::ParserInputBuffer::cobj </td>
          <td>(</td>
          <td class="paramname">&#160;)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>gives an access to the underlying libxml structure to the children </p>

</div>
</div>
<a class="anchor" id="acf1c0eacf5b5d327a864f5339818d6bf"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::cobj" ref="acf1c0eacf5b5d327a864f5339818d6bf" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const _xmlParserInputBuffer* xmlpp::ParserInputBuffer::cobj </td>
          <td>(</td>
          <td class="paramname">&#160;)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>gives an access to the underlying libxml structure to the children </p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>io/parserinputbuffer.h</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Feb 11 2011 16:08:50 for libxml++ by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address>
</body>
</html>