~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to docs/reference/2.20/html/classxmlpp_1_1ParserInputBuffer.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 11:32:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918113224-7x031mzf1shoozxx
Tags: 2.20.0-0ubuntu1
* New upstream release:
  - Element: Added get_attribute_value(), to get a simple text value for an
    attribute.
  - Added an experimental --enable-api-exceptions configure option, to allow
    libxml++ to build without exceptions.
* debian/libxml++2.6-doc.docs: 2.18 -> 2.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>libxml++: xmlpp::ParserInputBuffer Class Reference</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.5.1 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
12
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
 
13
    <li><a href="files.html"><span>Files</span></a></li>
 
14
    <li><a href="dirs.html"><span>Directories</span></a></li>
 
15
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
16
  </ul></div>
 
17
<div class="tabs">
 
18
  <ul>
 
19
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
20
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
 
21
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
22
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
 
23
  </ul></div>
 
24
<div class="nav">
 
25
<a class="el" href="namespacexmlpp.html">xmlpp</a>::<a class="el" href="classxmlpp_1_1ParserInputBuffer.html">ParserInputBuffer</a></div>
 
26
<h1>xmlpp::ParserInputBuffer Class Reference</h1><!-- doxytag: class="xmlpp::ParserInputBuffer" --><!-- doxytag: inherits="xmlpp::NonCopyable" -->Base class for xmlParserInputBuffer wrapper.  
 
27
<a href="#_details">More...</a>
 
28
<p>
 
29
Inheritance diagram for xmlpp::ParserInputBuffer:<p><center><img src="classxmlpp_1_1ParserInputBuffer__inherit__graph.jpg" border="0" usemap="#xmlpp_1_1ParserInputBuffer__inherit__map" alt="Inheritance graph"></center>
 
30
<map name="xmlpp_1_1ParserInputBuffer__inherit__map">
 
31
<area href="classxmlpp_1_1IStreamParserInputBuffer.html" shape="rect" coords="5,161,245,188" alt="">
 
32
<area href="classxmlpp_1_1NonCopyable.html" shape="rect" coords="47,7,204,33" alt="">
 
33
</map>
 
34
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classxmlpp_1_1ParserInputBuffer-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
 
35
<tr><td></td></tr>
 
36
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
 
37
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#546358e9f85fd99b4ac4e1a2b1844ce5">ParserInputBuffer</a> ()</td></tr>
 
38
 
 
39
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#d48655eb2fb4d085a7f2531aa8979b75">~ParserInputBuffer</a> ()</td></tr>
 
40
 
 
41
<tr><td class="memItemLeft" nowrap align="right" valign="top">_xmlParserInputBuffer *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#cb105eb192e5532e21431a82ff46bb82">cobj</a> ()</td></tr>
 
42
 
 
43
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">gives an access to the underlying libxml structure to the children  <a href="#cb105eb192e5532e21431a82ff46bb82"></a><br></td></tr>
 
44
<tr><td class="memItemLeft" nowrap align="right" valign="top">const _xmlParserInputBuffer *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#11e38c02252e3a2e2823f4d3cf5c4e00">cobj</a> () const</td></tr>
 
45
 
 
46
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">gives an access to the underlying libxml structure to the children  <a href="#11e38c02252e3a2e2823f4d3cf5c4e00"></a><br></td></tr>
 
47
<tr><td colspan="2"><br><h2>Friends</h2></td></tr>
 
48
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxmlpp_1_1ParserInputBuffer.html#070e296700c3eb17d31982012b5fde51">ParserInputBufferCallback</a></td></tr>
 
49
 
 
50
</table>
 
51
<hr><a name="_details"></a><h2>Detailed Description</h2>
 
52
Base class for xmlParserInputBuffer wrapper. 
 
53
<p>
 
54
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. 
 
55
<p>
 
56
<hr><h2>Constructor &amp; Destructor Documentation</h2>
 
57
<a class="anchor" name="546358e9f85fd99b4ac4e1a2b1844ce5"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::ParserInputBuffer" ref="546358e9f85fd99b4ac4e1a2b1844ce5" args="()" -->
 
58
<div class="memitem">
 
59
<div class="memproto">
 
60
      <table class="memname">
 
61
        <tr>
 
62
          <td class="memname">xmlpp::ParserInputBuffer::ParserInputBuffer           </td>
 
63
          <td>(</td>
 
64
          <td class="paramname">          </td>
 
65
          <td>&nbsp;)&nbsp;</td>
 
66
          <td width="100%"></td>
 
67
        </tr>
 
68
      </table>
 
69
</div>
 
70
<div class="memdoc">
 
71
 
 
72
<p>
 
73
 
 
74
</div>
 
75
</div><p>
 
76
<a class="anchor" name="d48655eb2fb4d085a7f2531aa8979b75"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::~ParserInputBuffer" ref="d48655eb2fb4d085a7f2531aa8979b75" args="()" -->
 
77
<div class="memitem">
 
78
<div class="memproto">
 
79
      <table class="memname">
 
80
        <tr>
 
81
          <td class="memname">virtual xmlpp::ParserInputBuffer::~ParserInputBuffer           </td>
 
82
          <td>(</td>
 
83
          <td class="paramname">          </td>
 
84
          <td>&nbsp;)&nbsp;</td>
 
85
          <td width="100%"><code> [virtual]</code></td>
 
86
        </tr>
 
87
      </table>
 
88
</div>
 
89
<div class="memdoc">
 
90
 
 
91
<p>
 
92
 
 
93
</div>
 
94
</div><p>
 
95
<hr><h2>Member Function Documentation</h2>
 
96
<a class="anchor" name="cb105eb192e5532e21431a82ff46bb82"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::cobj" ref="cb105eb192e5532e21431a82ff46bb82" args="()" -->
 
97
<div class="memitem">
 
98
<div class="memproto">
 
99
      <table class="memname">
 
100
        <tr>
 
101
          <td class="memname">_xmlParserInputBuffer* xmlpp::ParserInputBuffer::cobj           </td>
 
102
          <td>(</td>
 
103
          <td class="paramname">          </td>
 
104
          <td>&nbsp;)&nbsp;</td>
 
105
          <td width="100%"></td>
 
106
        </tr>
 
107
      </table>
 
108
</div>
 
109
<div class="memdoc">
 
110
 
 
111
<p>
 
112
gives an access to the underlying libxml structure to the children 
 
113
<p>
 
114
 
 
115
</div>
 
116
</div><p>
 
117
<a class="anchor" name="11e38c02252e3a2e2823f4d3cf5c4e00"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::cobj" ref="11e38c02252e3a2e2823f4d3cf5c4e00" args="() const" -->
 
118
<div class="memitem">
 
119
<div class="memproto">
 
120
      <table class="memname">
 
121
        <tr>
 
122
          <td class="memname">const _xmlParserInputBuffer* xmlpp::ParserInputBuffer::cobj           </td>
 
123
          <td>(</td>
 
124
          <td class="paramname">          </td>
 
125
          <td>&nbsp;)&nbsp;</td>
 
126
          <td width="100%"> const</td>
 
127
        </tr>
 
128
      </table>
 
129
</div>
 
130
<div class="memdoc">
 
131
 
 
132
<p>
 
133
gives an access to the underlying libxml structure to the children 
 
134
<p>
 
135
 
 
136
</div>
 
137
</div><p>
 
138
<hr><h2>Friends And Related Function Documentation</h2>
 
139
<a class="anchor" name="070e296700c3eb17d31982012b5fde51"></a><!-- doxytag: member="xmlpp::ParserInputBuffer::ParserInputBufferCallback" ref="070e296700c3eb17d31982012b5fde51" args="" -->
 
140
<div class="memitem">
 
141
<div class="memproto">
 
142
      <table class="memname">
 
143
        <tr>
 
144
          <td class="memname">friend struct ParserInputBufferCallback<code> [friend]</code>          </td>
 
145
        </tr>
 
146
      </table>
 
147
</div>
 
148
<div class="memdoc">
 
149
 
 
150
<p>
 
151
 
 
152
</div>
 
153
</div><p>
 
154
<hr>The documentation for this class was generated from the following file:<ul>
 
155
<li><a class="el" href="parserinputbuffer_8h.html">parserinputbuffer.h</a></ul>
 
156
<hr size="1"><address style="align: right;"><small>Generated on Tue Sep 18 10:36:15 2007 for libxml++ by&nbsp;
 
157
<a href="http://www.doxygen.org/index.html">
 
158
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
 
159
</body>
 
160
</html>