blob: 0e75ba8f68e165c9269a6ce4066a0f29f57fe7af [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>AttributesImpl Class Reference</h1><code>#include &lt;<a class="el" href="AttributesImpl_8hpp-source.html">AttributesImpl.hpp</a>&gt;</code>
<p>
Inheritance diagram for AttributesImpl:<p><center><img src="classAttributesImpl__inherit__graph.gif" border="0" usemap="#AttributesImpl_inherit_map" alt="Inheritance graph"></center>
<map name="AttributesImpl_inherit_map">
<area href="classAttributesType.html" shape="rect" coords="6,42,108,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for AttributesImpl:<p><center><img src="classAttributesImpl__coll__graph.gif" border="0" usemap="#AttributesImpl_coll_map" alt="Collaboration graph"></center>
<map name="AttributesImpl_coll_map">
<area href="classAttributesType.html" shape="rect" coords="6,42,108,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classAttributesImpl-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanVector&lt;<a class="el" href="classAttributeVectorEntryExtended.html">AttributeVectorEntryExtended</a>*&gt; <a class="el" href="classAttributesImpl.html#s0">AttributesVectorType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classAttributesImpl.html#a0">AttributesImpl</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_MEMMGR)
<li>virtual <a class="el" href="classAttributesImpl.html#a1">~AttributesImpl</a> ()
<li><a class="el" href="classAttributesImpl.html#a2">AttributesImpl</a> (const AttributesImpl &amp;theSource, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<li><a class="el" href="classAttributesImpl.html#a3">AttributesImpl</a> (const <a class="el" href="classAttributesType.html">AttributesType</a> &amp;theSource, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<li>AttributesImpl&amp; <a class="el" href="classAttributesImpl.html#a4">operator=</a> (const AttributesImpl &amp;theRHS)
<li>AttributesImpl&amp; <a class="el" href="classAttributesImpl.html#a5">operator=</a> (const <a class="el" href="classAttributesType.html">AttributesType</a> &amp;theRHS)
<li>virtual unsigned int <a class="el" href="classAttributesImpl.html#a6">getLength</a> () const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a7">getURI</a> (const unsigned int index) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a8">getLocalName</a> (const unsigned int index) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a9">getQName</a> (const unsigned int index) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a10">getType</a> (const unsigned int index) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a11">getValue</a> (const unsigned int index) const
<li>virtual int <a class="el" href="classAttributesImpl.html#a12">getIndex</a> (const XMLCh *const uri, const XMLCh *const localName) const
<li>virtual int <a class="el" href="classAttributesImpl.html#a13">getIndex</a> (const XMLCh *const qname) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a14">getType</a> (const XMLCh *const qname) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a15">getType</a> (const XMLCh *const uri, const XMLCh *const localName) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a16">getValue</a> (const XMLCh *const qname) const
<li>virtual const XMLCh* <a class="el" href="classAttributesImpl.html#a17">getValue</a> (const XMLCh *const uri, const XMLCh *const localName) const
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classAttributesImpl.html#a18">getMemoryManager</a> ()
<li>virtual void <a class="el" href="classAttributesImpl.html#a19">clear</a> ()
<dl class="el"><dd><font size=-1><em>Remove all attributes from the list.</em> <a href="#a19">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classAttributesImpl.html#a20">addAttribute</a> (const XMLCh *qname, const XMLCh *type, const XMLCh *value)
<dl class="el"><dd><font size=-1><em>Adds an attribute to the attribute list.</em> <a href="#a20">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classAttributesImpl.html#a21">addAttribute</a> (const XMLCh *uri, const XMLCh *localName, const XMLCh *qname, const XMLCh *type, const XMLCh *value)
<dl class="el"><dd><font size=-1><em>Adds an attribute to the attribute list.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classAttributesImpl.html#a22">removeAttribute</a> (const XMLCh *qname)
<dl class="el"><dd><font size=-1><em>Removes an attribute from the attribute list.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classAttributesImpl.html#a23">swap</a> (AttributesImpl &amp;theOther)
<dl class="el"><dd><font size=-1><em>Swap the contents of two instances.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classAttributesImpl.html#a24">reserve</a> (unsigned int theCount)
<dl class="el"><dd><font size=-1><em>Reserve room for the given number of attributes.</em> <a href="#a24">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="AttributesImpl::AttributesVectorType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanVector&lt; <a class="el" href="classAttributeVectorEntryExtended.html">AttributeVectorEntryExtended</a> *&gt; AttributesImpl::AttributesVectorType&lt;<a class="el" href="classAttributeVectorEntryExtended.html">AttributeVectorEntryExtended</a>*&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="AttributesImpl::AttributesImpl"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
AttributesImpl::AttributesImpl (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_MEMMGR</em>&nbsp;)<code> [explicit]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a1" doxytag="AttributesImpl::~AttributesImpl"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
AttributesImpl::~AttributesImpl (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a2" doxytag="AttributesImpl::AttributesImpl"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
AttributesImpl::AttributesImpl (
</b></td>
<td valign="bottom"><b>
const AttributesImpl &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a3" doxytag="AttributesImpl::AttributesImpl"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
AttributesImpl::AttributesImpl (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classAttributesType.html">AttributesType</a> &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a21" doxytag="AttributesImpl::addAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void AttributesImpl::addAttribute (
</b></td>
<td valign="bottom"><b>
const XMLCh * <em>uri</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh * <em>localName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh * <em>qname</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh * <em>type</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh * <em>value</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds an attribute to the attribute list.
<p>
Does not check for duplicates.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>uri</em>
&nbsp;</td><td>
attribute namespace URI </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
attribute local name </td></tr>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
attribute qname </td></tr>
<tr><td valign=top><em>type</em>
&nbsp;</td><td>
attribute type, "CDATA," for example </td></tr>
<tr><td valign=top><em>value</em>
&nbsp;</td><td>
attribute value </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a20" doxytag="AttributesImpl::addAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void AttributesImpl::addAttribute (
</b></td>
<td valign="bottom"><b>
const XMLCh * <em>qname</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh * <em>type</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh * <em>value</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds an attribute to the attribute list.
<p>
Does not check for duplicates.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
attribute qname </td></tr>
<tr><td valign=top><em>type</em>
&nbsp;</td><td>
attribute type, "CDATA," for example </td></tr>
<tr><td valign=top><em>value</em>
&nbsp;</td><td>
attribute value </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a19" doxytag="AttributesImpl::clear"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void AttributesImpl::clear (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Remove all attributes from the list.
<p>
</td>
</tr>
</table>
<a name="a13" doxytag="AttributesImpl::getIndex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
int AttributesImpl::getIndex (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>qname</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a12" doxytag="AttributesImpl::getIndex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
int AttributesImpl::getIndex (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>uri</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh *const <em>localName</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a6" doxytag="AttributesImpl::getLength"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
unsigned int AttributesImpl::getLength (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a8" doxytag="AttributesImpl::getLocalName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getLocalName (
</b></td>
<td valign="bottom"><b>
const unsigned int <em>index</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a18" doxytag="AttributesImpl::getMemoryManager"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; AttributesImpl::getMemoryManager (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a9" doxytag="AttributesImpl::getQName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getQName (
</b></td>
<td valign="bottom"><b>
const unsigned int <em>index</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a15" doxytag="AttributesImpl::getType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getType (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>uri</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh *const <em>localName</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a14" doxytag="AttributesImpl::getType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getType (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>qname</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a10" doxytag="AttributesImpl::getType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getType (
</b></td>
<td valign="bottom"><b>
const unsigned int <em>index</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="AttributesImpl::getURI"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getURI (
</b></td>
<td valign="bottom"><b>
const unsigned int <em>index</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a17" doxytag="AttributesImpl::getValue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getValue (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>uri</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh *const <em>localName</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a16" doxytag="AttributesImpl::getValue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getValue (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>qname</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a11" doxytag="AttributesImpl::getValue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const XMLCh * AttributesImpl::getValue (
</b></td>
<td valign="bottom"><b>
const unsigned int <em>index</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a5" doxytag="AttributesImpl::operator="></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
AttributesImpl &amp; AttributesImpl::operator= (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classAttributesType.html">AttributesType</a> &amp; <em>theRHS</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a4" doxytag="AttributesImpl::operator="></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
AttributesImpl &amp; AttributesImpl::operator= (
</b></td>
<td valign="bottom"><b>
const AttributesImpl &amp; <em>theRHS</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a22" doxytag="AttributesImpl::removeAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool AttributesImpl::removeAttribute (
</b></td>
<td valign="bottom"><b>
const XMLCh * <em>qname</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Removes an attribute from the attribute list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>qname</em>
&nbsp;</td><td>
attribute qname </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a24" doxytag="AttributesImpl::reserve"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void AttributesImpl::reserve (
</b></td>
<td valign="bottom"><b>
unsigned int <em>theCount</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Reserve room for the given number of attributes.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theCount</em>
&nbsp;</td><td>
The number to reserve </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a23" doxytag="AttributesImpl::swap"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void AttributesImpl::swap (
</b></td>
<td valign="bottom"><b>
AttributesImpl &amp; <em>theOther</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Swap the contents of two instances.
<p>
This must _never_ throw an exception.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>thOther</em>
&nbsp;</td><td>
The instance with which to swap. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="AttributesImpl_8hpp-source.html">AttributesImpl.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>