File: Poco.XML.AttributesImpl.html

package info (click to toggle)
poco-doc 1.3.6-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,080 kB
  • sloc: makefile: 31
file content (283 lines) | stat: -rw-r--r-- 26,820 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!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>
<title>Class Poco::XML::AttributesImpl</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="publisher" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="copyright" content="Copyright (c) 2009, Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="language" content="en"/>
<meta name="date" content="2009-11-24"/>
<meta name="generator" content="PocoDoc"/>
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<div class="header">
<h1 class="namespace"><a href="Poco.XML.html" class="namespace">Poco::XML</a></h1>
<h1 class="symbol">class AttributesImpl</h1>
</div>
<div class="body">
<p>
<b>Library:</b> XML<br />
<b>Package:</b> SAX<br />
<b>Header:</b> Poco/SAX/AttributesImpl.h</p>
<h2>Description</h2>
<div class="description">
<p>This class provides a default implementation of the SAX2 <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> interface,  with the addition of manipulators so that the list can be modified or reused. </p>
<p>There are two typical uses of this class: </p>
<ol>
<li>to take a persistent snapshot of an <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> object in a startElement event; or </li>
<li>to construct or modify an <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> object in a SAX2 driver or filter. </li>
</ol>
</div>
<h2>Inheritance</h2>
<p><b>Direct Base Classes: </b><a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a></p>
<p><b>All Base Classes: </b><a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a></p>
<h2>Member Summary</h2>
<p><b>Member Functions: </b><a href="Poco.XML.AttributesImpl.html#18799" title="Poco::XML::AttributesImpl::addAttribute()">addAttribute</a>, <a href="Poco.XML.AttributesImpl.html#18842" title="Poco::XML::AttributesImpl::begin()">begin</a>, <a href="Poco.XML.AttributesImpl.html#18827" title="Poco::XML::AttributesImpl::clear()">clear</a>, <a href="Poco.XML.AttributesImpl.html#18843" title="Poco::XML::AttributesImpl::end()">end</a>, <a href="Poco.XML.AttributesImpl.html#18844" title="Poco::XML::AttributesImpl::find()">find</a>, <a href="Poco.XML.AttributesImpl.html#18747" title="Poco::XML::AttributesImpl::getIndex()">getIndex</a>, <a href="Poco.XML.AttributesImpl.html#18752" title="Poco::XML::AttributesImpl::getLength()">getLength</a>, <a href="Poco.XML.AttributesImpl.html#18753" title="Poco::XML::AttributesImpl::getLocalName()">getLocalName</a>, <a href="Poco.XML.AttributesImpl.html#18755" title="Poco::XML::AttributesImpl::getQName()">getQName</a>, <a href="Poco.XML.AttributesImpl.html#18757" title="Poco::XML::AttributesImpl::getType()">getType</a>, <a href="Poco.XML.AttributesImpl.html#18771" title="Poco::XML::AttributesImpl::getURI()">getURI</a>, <a href="Poco.XML.AttributesImpl.html#18764" title="Poco::XML::AttributesImpl::getValue()">getValue</a>, <a href="Poco.XML.AttributesImpl.html#18773" title="Poco::XML::AttributesImpl::isSpecified()">isSpecified</a>, <a href="Poco.XML.AttributesImpl.html#18745" title="Poco::XML::AttributesImpl::operator =()">operator&nbsp;=</a>, <a href="Poco.XML.AttributesImpl.html#18820" title="Poco::XML::AttributesImpl::removeAttribute()">removeAttribute</a>, <a href="Poco.XML.AttributesImpl.html#18828" title="Poco::XML::AttributesImpl::reserve()">reserve</a>, <a href="Poco.XML.AttributesImpl.html#18792" title="Poco::XML::AttributesImpl::setAttribute()">setAttribute</a>, <a href="Poco.XML.AttributesImpl.html#18790" title="Poco::XML::AttributesImpl::setAttributes()">setAttributes</a>, <a href="Poco.XML.AttributesImpl.html#18830" title="Poco::XML::AttributesImpl::setLocalName()">setLocalName</a>, <a href="Poco.XML.AttributesImpl.html#18833" title="Poco::XML::AttributesImpl::setQName()">setQName</a>, <a href="Poco.XML.AttributesImpl.html#18836" title="Poco::XML::AttributesImpl::setType()">setType</a>, <a href="Poco.XML.AttributesImpl.html#18839" title="Poco::XML::AttributesImpl::setURI()">setURI</a>, <a href="Poco.XML.AttributesImpl.html#18780" title="Poco::XML::AttributesImpl::setValue()">setValue</a></p>
<p><b>Inherited Functions: </b><a href="Poco.XML.Attributes.html#18702" title="Poco::XML::Attributes::getIndex()">getIndex</a>, <a href="Poco.XML.Attributes.html#18707" title="Poco::XML::Attributes::getLength()">getLength</a>, <a href="Poco.XML.Attributes.html#18708" title="Poco::XML::Attributes::getLocalName()">getLocalName</a>, <a href="Poco.XML.Attributes.html#18710" title="Poco::XML::Attributes::getQName()">getQName</a>, <a href="Poco.XML.Attributes.html#18712" title="Poco::XML::Attributes::getType()">getType</a>, <a href="Poco.XML.Attributes.html#18726" title="Poco::XML::Attributes::getURI()">getURI</a>, <a href="Poco.XML.Attributes.html#18719" title="Poco::XML::Attributes::getValue()">getValue</a></p>
<h2>Nested Classes</h2>
<h3><a href="Poco.XML.AttributesImpl.Attribute.html" class="class">struct Attribute</a></h3>
<p>&nbsp;<a href="Poco.XML.AttributesImpl.Attribute.html"><img src="images/arrow.gif" alt="more..." style="vertical-align:baseline;" border="0" /> </a></p>
<h2>Types</h2>
<h3><a name="18737">AttributeVec</a></h3>
<p class="decl">typedef std::vector &lt; <a href="Poco.XML.AttributesImpl.Attribute.html" title="struct Poco::XML::AttributesImpl::Attribute">Attribute</a> &gt; <a href="Poco.XML.AttributesImpl.html#18737" title="Poco::XML::AttributesImpl::AttributeVec">AttributeVec</a>;</p>
<div class="description">
<p></p>
</div>
<h3><a name="18738">iterator</a></h3>
<p class="decl">typedef AttributeVec::const_iterator iterator;</p>
<div class="description">
<p></p>
</div>
<h2>Constructors</h2>
<h3><a name="18739">AttributesImpl</a></h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a>();</p>
<div class="description">
<p>Creates the <a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a>. </p>
</div>
<h3><a name="18740">AttributesImpl</a></h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a>(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> &amp; attributes<br />);</p>
<div class="description">
<p>Creates the <a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a> by copying another one. </p>
</div>
<h3><a name="18742">AttributesImpl</a></h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a>(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a> &amp; attributes<br />);</p>
<div class="description">
<p>Creates the <a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a> by copying another one. </p>
</div>
<h2>Destructor</h2>
<h3><a name="18744">~AttributesImpl</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">~<a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a>();</p>
<div class="description">
<p>Destroys the <a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a>. </p>
</div>
<h2>Member Functions</h2>
<h3><a name="18799">addAttribute</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void addAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; type,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; value<br />);</p>
<div class="description">
<p>Adds an attribute to the end of the list. </p>
</div>
<h3><a name="18805">addAttribute</a></h3>
<p class="decl">void addAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; type,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; value,<br />&nbsp;&nbsp;&nbsp;&nbsp;bool specified<br />);</p>
<div class="description">
<p>Adds an attribute to the end of the list. </p>
</div>
<h3><a name="18812">addAttribute</a></h3>
<p class="decl">void addAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> * namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> * localName,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> * qname,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> * type,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19840" title="Poco::XML::XMLChar">XMLChar</a> * value,<br />&nbsp;&nbsp;&nbsp;&nbsp;bool specified<br />);</p>
<div class="description">
<p>Adds an attribute to the end of the list. </p>
</div>
<h3><a name="18819">addAttribute</a></h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.Attribute.html" title="struct Poco::XML::AttributesImpl::Attribute">Attribute</a> &amp; addAttribute();</p>
<div class="description">
<p>Add an (empty) attribute to the end of the list. For internal use only. The returned <a href="Poco.XML.AttributesImpl.Attribute.html" title="struct Poco::XML::AttributesImpl::Attribute">Attribute</a> element must be filled by the caller. </p>
</div>
<h3><a name="18842">begin</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">iterator begin() const;</p>
<div class="description">
<p>Iterator support. </p>
</div>
<h3><a name="18827">clear</a></h3>
<p class="decl">void clear();</p>
<div class="description">
<p>Removes all attributes. </p>
</div>
<h3><a name="18843">end</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">iterator end() const;</p>
<div class="description">
<p>Iterator support. </p>
</div>
<h3><a name="18747">getIndex</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">int getIndex(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; name<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18702" title="Poco::XML::Attributes::getIndex()">Poco::XML::Attributes::getIndex()</a></p></div>
<h3><a name="18749">getIndex</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">int getIndex(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18704" title="Poco::XML::Attributes::getIndex()">Poco::XML::Attributes::getIndex()</a></p></div>
<h3><a name="18752">getLength</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" />  <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">int getLength() const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18707" title="Poco::XML::Attributes::getLength()">Poco::XML::Attributes::getLength()</a></p></div>
<h3><a name="18753">getLocalName</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" />  <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getLocalName(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18708" title="Poco::XML::Attributes::getLocalName()">Poco::XML::Attributes::getLocalName()</a></p></div>
<h3><a name="18755">getQName</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" />  <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getQName(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18710" title="Poco::XML::Attributes::getQName()">Poco::XML::Attributes::getQName()</a></p></div>
<h3><a name="18757">getType</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" />  <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getType(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18712" title="Poco::XML::Attributes::getType()">Poco::XML::Attributes::getType()</a></p></div>
<h3><a name="18759">getType</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getType(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18714" title="Poco::XML::Attributes::getType()">Poco::XML::Attributes::getType()</a></p></div>
<h3><a name="18761">getType</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getType(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18716" title="Poco::XML::Attributes::getType()">Poco::XML::Attributes::getType()</a></p></div>
<h3><a name="18771">getURI</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" />  <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getURI(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18726" title="Poco::XML::Attributes::getURI()">Poco::XML::Attributes::getURI()</a></p></div>
<h3><a name="18764">getValue</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" />  <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getValue(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18719" title="Poco::XML::Attributes::getValue()">Poco::XML::Attributes::getValue()</a></p></div>
<h3><a name="18766">getValue</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getValue(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18721" title="Poco::XML::Attributes::getValue()">Poco::XML::Attributes::getValue()</a></p></div>
<h3><a name="18768">getValue</a> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; getValue(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />) const;</p>
<div class="description">
<p></p>
</div>
<div class="description"><p><b>See also:</b> <a href="Poco.XML.Attributes.html#18723" title="Poco::XML::Attributes::getValue()">Poco::XML::Attributes::getValue()</a></p></div>
<h3><a name="18773">isSpecified</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">bool isSpecified(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />) const;</p>
<div class="description">
<p>Returns true unless the attribute value was provided by DTD defaulting. Extension from Attributes2 interface. </p>
</div>
<h3><a name="18775">isSpecified</a></h3>
<p class="decl">bool isSpecified(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname<br />) const;</p>
<div class="description">
<p>Returns true unless the attribute value was provided by DTD defaulting. Extension from Attributes2 interface. </p>
</div>
<h3><a name="18777">isSpecified</a></h3>
<p class="decl">bool isSpecified(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />) const;</p>
<div class="description">
<p>Returns true unless the attribute value was provided by DTD defaulting. Extension from Attributes2 interface. </p>
</div>
<h3><a name="18745">operator =</a></h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a> &amp; operator = (<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.AttributesImpl.html" title="class Poco::XML::AttributesImpl">AttributesImpl</a> &amp; attributes<br />);</p>
<div class="description">
<p>Assignment operator. </p>
</div>
<h3><a name="18820">removeAttribute</a></h3>
<p class="decl">void removeAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i<br />);</p>
<div class="description">
<p>Removes an attribute. </p>
</div>
<h3><a name="18822">removeAttribute</a></h3>
<p class="decl">void removeAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname<br />);</p>
<div class="description">
<p>Removes an attribute. </p>
</div>
<h3><a name="18824">removeAttribute</a></h3>
<p class="decl">void removeAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />);</p>
<div class="description">
<p>Removes an attribute. </p>
</div>
<h3><a name="18828">reserve</a></h3>
<p class="decl">void reserve(<br />&nbsp;&nbsp;&nbsp;&nbsp;std::size_t capacity<br />);</p>
<div class="description">
<p>Reserves capacity in the internal vector. </p>
</div>
<h3><a name="18792">setAttribute</a></h3>
<p class="decl">void setAttribute(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; type,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; value<br />);</p>
<div class="description">
<p>Sets an attribute. </p>
</div>
<h3><a name="18790">setAttributes</a></h3>
<p class="decl">void setAttributes(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> &amp; attributes<br />);</p>
<div class="description">
<p>Copies the attributes from another <a href="Poco.XML.Attributes.html" title="class Poco::XML::Attributes">Attributes</a> object. </p>
</div>
<h3><a name="18830">setLocalName</a></h3>
<p class="decl">void setLocalName(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />);</p>
<div class="description">
<p>Sets the local name of an attribute. </p>
</div>
<h3><a name="18833">setQName</a></h3>
<p class="decl">void setQName(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname<br />);</p>
<div class="description">
<p>Sets the qualified name of an attribute. </p>
</div>
<h3><a name="18836">setType</a></h3>
<p class="decl">void setType(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; type<br />);</p>
<div class="description">
<p>Sets the type of an attribute. </p>
</div>
<h3><a name="18839">setURI</a></h3>
<p class="decl">void setURI(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI<br />);</p>
<div class="description">
<p>Sets the namespace <a href="Poco.URI.html" title="class Poco::URI">URI</a> of an attribute. </p>
</div>
<h3><a name="18780">setValue</a></h3>
<p class="decl">void setValue(<br />&nbsp;&nbsp;&nbsp;&nbsp;int i,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; value<br />);</p>
<div class="description">
<p>Sets the value of an attribute. </p>
</div>
<h3><a name="18783">setValue</a></h3>
<p class="decl">void setValue(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; value<br />);</p>
<div class="description">
<p>Sets the value of an attribute. </p>
</div>
<h3><a name="18786">setValue</a></h3>
<p class="decl">void setValue(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; value<br />);</p>
<div class="description">
<p>Sets the value of an attribute. </p>
</div>
<h3><a name="18844">find</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.Attribute.html" title="struct Poco::XML::AttributesImpl::Attribute">Attribute</a> * find(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; qname<br />) const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="18846">find</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.XML.AttributesImpl.Attribute.html" title="struct Poco::XML::AttributesImpl::Attribute">Attribute</a> * find(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; namespaceURI,<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.XML.html#19841" title="Poco::XML::XMLString">XMLString</a> &amp; localName<br />) const;</p>
<div class="description">
<p></p>
</div>
<p class="footer">POCO C++ Libraries 1.3.6-all<br />
Copyright &copy; 2009, <a href="http://pocoproject.org/" target="_blank">Applied Informatics Software Engineering GmbH and Contributors</a></p>

</div>
</body>
</html>