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

« back to all changes in this revision

Viewing changes to docs/reference/2.17/html/classxmlpp_1_1TextNode.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

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::TextNode 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.4.6 -->
 
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
  </ul></div>
 
16
<div class="tabs">
 
17
  <ul>
 
18
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
19
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
 
20
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
21
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
 
22
  </ul></div>
 
23
<div class="nav">
 
24
<a class="el" href="namespacexmlpp.html">xmlpp</a>::<a class="el" href="classxmlpp_1_1TextNode.html">TextNode</a></div>
 
25
<h1>xmlpp::TextNode Class Reference</h1><!-- doxytag: class="xmlpp::TextNode" --><!-- doxytag: inherits="xmlpp::ContentNode" -->Text <a class="el" href="classxmlpp_1_1Node.html">Node</a>.  
 
26
<a href="#_details">More...</a>
 
27
<p>
 
28
Inheritance diagram for xmlpp::TextNode:<p><center><img src="classxmlpp_1_1TextNode__inherit__graph.jpg" border="0" usemap="#xmlpp_1_1TextNode__inherit__map" alt="Inheritance graph"></center>
 
29
<map name="xmlpp_1_1TextNode__inherit__map">
 
30
<area href="classxmlpp_1_1ContentNode.html" shape="rect" coords="9,158,153,182" alt="">
 
31
<area href="classxmlpp_1_1Node.html" shape="rect" coords="32,84,130,108" alt="">
 
32
<area href="classxmlpp_1_1NonCopyable.html" shape="rect" coords="8,9,154,33" alt="">
 
33
</map>
 
34
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classxmlpp_1_1TextNode-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_1TextNode.html#4838cc566ae92f31c3773ce8b03b061d">TextNode</a> (_xmlNode *node)</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_1TextNode.html#b36c29b54db0cd5e910a8cbc89d35bd2">~TextNode</a> ()</td></tr>
 
40
 
 
41
</table>
 
42
<hr><a name="_details"></a><h2>Detailed Description</h2>
 
43
Text <a class="el" href="classxmlpp_1_1Node.html">Node</a>. 
 
44
<p>
 
45
This will be instantiated by the parser. 
 
46
<p>
 
47
<hr><h2>Constructor &amp; Destructor Documentation</h2>
 
48
<a class="anchor" name="4838cc566ae92f31c3773ce8b03b061d"></a><!-- doxytag: member="xmlpp::TextNode::TextNode" ref="4838cc566ae92f31c3773ce8b03b061d" args="(_xmlNode *node)" --><p>
 
49
<table class="mdTable" cellpadding="2" cellspacing="0">
 
50
  <tr>
 
51
    <td class="mdRow">
 
52
      <table cellpadding="0" cellspacing="0" border="0">
 
53
        <tr>
 
54
          <td class="md" nowrap valign="top">xmlpp::TextNode::TextNode           </td>
 
55
          <td class="md" valign="top">(&nbsp;</td>
 
56
          <td class="md" nowrap valign="top">_xmlNode *&nbsp;</td>
 
57
          <td class="mdname1" valign="top" nowrap> <em>node</em>          </td>
 
58
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
59
          <td class="md" nowrap><code> [explicit]</code></td>
 
60
        </tr>
 
61
      </table>
 
62
    </td>
 
63
  </tr>
 
64
</table>
 
65
<table cellspacing="5" cellpadding="0" border="0">
 
66
  <tr>
 
67
    <td>
 
68
      &nbsp;
 
69
    </td>
 
70
    <td>
 
71
 
 
72
<p>
 
73
    </td>
 
74
  </tr>
 
75
</table>
 
76
<a class="anchor" name="b36c29b54db0cd5e910a8cbc89d35bd2"></a><!-- doxytag: member="xmlpp::TextNode::~TextNode" ref="b36c29b54db0cd5e910a8cbc89d35bd2" args="()" --><p>
 
77
<table class="mdTable" cellpadding="2" cellspacing="0">
 
78
  <tr>
 
79
    <td class="mdRow">
 
80
      <table cellpadding="0" cellspacing="0" border="0">
 
81
        <tr>
 
82
          <td class="md" nowrap valign="top">virtual xmlpp::TextNode::~TextNode           </td>
 
83
          <td class="md" valign="top">(&nbsp;</td>
 
84
          <td class="mdname1" valign="top" nowrap>          </td>
 
85
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
86
          <td class="md" nowrap><code> [virtual]</code></td>
 
87
        </tr>
 
88
      </table>
 
89
    </td>
 
90
  </tr>
 
91
</table>
 
92
<table cellspacing="5" cellpadding="0" border="0">
 
93
  <tr>
 
94
    <td>
 
95
      &nbsp;
 
96
    </td>
 
97
    <td>
 
98
 
 
99
<p>
 
100
    </td>
 
101
  </tr>
 
102
</table>
 
103
<hr>The documentation for this class was generated from the following file:<ul>
 
104
<li><a class="el" href="textnode_8h.html">textnode.h</a></ul>
 
105
<hr size="1"><address style="align: right;"><small>Generated on Fri Nov 17 09:08:25 2006 for libxml++ by&nbsp;
 
106
<a href="http://www.doxygen.org/index.html">
 
107
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
 
108
</body>
 
109
</html>