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

« back to all changes in this revision

Viewing changes to docs/reference/2.18/html/structxmlpp_1_1SaxParser_1_1Attribute.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::SaxParser::Attribute Struct 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
 
  </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_1SaxParser.html">SaxParser</a>::<a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html">Attribute</a></div>
25
 
<h1>xmlpp::SaxParser::Attribute Struct Reference</h1><!-- doxytag: class="xmlpp::SaxParser::Attribute" -->Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs.  
26
 
<a href="#_details">More...</a>
27
 
<p>
28
 
<a href="structxmlpp_1_1SaxParser_1_1Attribute-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
29
 
<tr><td></td></tr>
30
 
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
31
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#b63105c63a62e6d57d179d408eb38a57">Attribute</a> (<a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> const &amp;<a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#c05c407cd28c6115ae860cb12f12ed2a">name</a>, <a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> const &amp;<a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#bcd5e062b0e9fe921e1ce014fd71bbc8">value</a>)</td></tr>
32
 
 
33
 
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
34
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#c05c407cd28c6115ae860cb12f12ed2a">name</a></td></tr>
35
 
 
36
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#bcd5e062b0e9fe921e1ce014fd71bbc8">value</a></td></tr>
37
 
 
38
 
</table>
39
 
<hr><a name="_details"></a><h2>Detailed Description</h2>
40
 
Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs. 
41
 
<p>
42
 
<hr><h2>Constructor &amp; Destructor Documentation</h2>
43
 
<a class="anchor" name="b63105c63a62e6d57d179d408eb38a57"></a><!-- doxytag: member="xmlpp::SaxParser::Attribute::Attribute" ref="b63105c63a62e6d57d179d408eb38a57" args="(Glib::ustring const &amp;name, Glib::ustring const &amp;value)" -->
44
 
<div class="memitem">
45
 
<div class="memproto">
46
 
      <table class="memname">
47
 
        <tr>
48
 
          <td class="memname">xmlpp::SaxParser::Attribute::Attribute           </td>
49
 
          <td>(</td>
50
 
          <td class="paramtype"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> const &amp;&nbsp;</td>
51
 
          <td class="paramname"> <em>name</em>, </td>
52
 
        </tr>
53
 
        <tr>
54
 
          <td class="paramkey"></td>
55
 
          <td></td>
56
 
          <td class="paramtype"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> const &amp;&nbsp;</td>
57
 
          <td class="paramname"> <em>value</em></td><td>&nbsp;</td>
58
 
        </tr>
59
 
        <tr>
60
 
          <td></td>
61
 
          <td>)</td>
62
 
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
63
 
        </tr>
64
 
      </table>
65
 
</div>
66
 
<div class="memdoc">
67
 
 
68
 
<p>
69
 
 
70
 
</div>
71
 
</div><p>
72
 
<hr><h2>Member Data Documentation</h2>
73
 
<a class="anchor" name="c05c407cd28c6115ae860cb12f12ed2a"></a><!-- doxytag: member="xmlpp::SaxParser::Attribute::name" ref="c05c407cd28c6115ae860cb12f12ed2a" args="" -->
74
 
<div class="memitem">
75
 
<div class="memproto">
76
 
      <table class="memname">
77
 
        <tr>
78
 
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> <a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#c05c407cd28c6115ae860cb12f12ed2a">xmlpp::SaxParser::Attribute::name</a>          </td>
79
 
        </tr>
80
 
      </table>
81
 
</div>
82
 
<div class="memdoc">
83
 
 
84
 
<p>
85
 
 
86
 
</div>
87
 
</div><p>
88
 
<a class="anchor" name="bcd5e062b0e9fe921e1ce014fd71bbc8"></a><!-- doxytag: member="xmlpp::SaxParser::Attribute::value" ref="bcd5e062b0e9fe921e1ce014fd71bbc8" args="" -->
89
 
<div class="memitem">
90
 
<div class="memproto">
91
 
      <table class="memname">
92
 
        <tr>
93
 
          <td class="memname"><a class="elRef" doxygen="glibmm_doxygen_tags:http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/" href="http://www.gtkmm.org/docs/glibmm-2.4/docs/reference/html/classGlib_1_1ustring.html">Glib::ustring</a> <a class="el" href="structxmlpp_1_1SaxParser_1_1Attribute.html#bcd5e062b0e9fe921e1ce014fd71bbc8">xmlpp::SaxParser::Attribute::value</a>          </td>
94
 
        </tr>
95
 
      </table>
96
 
</div>
97
 
<div class="memdoc">
98
 
 
99
 
<p>
100
 
 
101
 
</div>
102
 
</div><p>
103
 
<hr>The documentation for this struct was generated from the following file:<ul>
104
 
<li><a class="el" href="saxparser_8h.html">saxparser.h</a></ul>
105
 
<hr size="1"><address style="align: right;"><small>Generated on Mon Mar 5 15:24:37 2007 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.5.1 </small></address>
108
 
</body>
109
 
</html>