Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 0b7eb7009605a11593fbe388d7fbee61 > files > 231

python-docs-2.2-9.1mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>13.12.5 AttributesImpl Objects </title>
<META NAME="description" CONTENT="13.12.5 AttributesImpl Objects ">
<META NAME="keywords" CONTENT="lib">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=">
<link rel="STYLESHEET" href="lib.css">
<link rel="first" href="lib.html">
<link rel="contents" href="contents.html" title="Contents">
<link rel="index" href="genindex.html" title="Index">
<LINK REL="next" href="attributes-ns-impl-objects.html">
<LINK REL="previous" href="input-source-objects.html">
<LINK REL="up" href="module-xml.sax.xmlreader.html">
<LINK REL="next" href="attributes-ns-impl-objects.html">
</head>
<body>
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A href="input-source-objects.html"><img src="../icons/previous.gif"
  border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A href="module-xml.sax.xmlreader.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A href="attributes-ns-impl-objects.html"><img src="../icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td><A href="contents.html"><img src="../icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" title="Module Index"><img src="../icons/modules.gif"
  border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html"><img src="../icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Previous:</b> <a class="sectref" href="input-source-objects.html">13.12.4 InputSource Objects</A>
<b class="navlabel">Up:</b> <a class="sectref" href="module-xml.sax.xmlreader.html">13.12 xml.sax.xmlreader  </A>
<b class="navlabel">Next:</b> <a class="sectref" href="attributes-ns-impl-objects.html">13.12.6 AttributesNSImpl Objects</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION00151250000000000000000">&nbsp;</A>
<BR>
13.12.5 AttributesImpl Objects 
</H2>

<P>
<tt class="class">AttributesImpl</tt> objects implement a portion of the mapping
protocol, and the methods <tt class="method">copy()</tt>, <tt class="method">get()</tt>,
<tt class="method">has_key()</tt>, <tt class="method">items()</tt>, <tt class="method">keys()</tt>, and
<tt class="method">values()</tt>.  The following methods are also provided:

<P>
<dl><dt><b><a name="l2h-3395"><tt class="method">getLength</tt></a></b>()
<dd>
  Return the number of attributes.
</dl>

<P>
<dl><dt><b><a name="l2h-3396"><tt class="method">getNames</tt></a></b>()
<dd>
  Return the names of the attributes.
</dl>

<P>
<dl><dt><b><a name="l2h-3397"><tt class="method">getType</tt></a></b>(<var>name</var>)
<dd>
  Returns the type of the attribute <var>name</var>, which is normally
  <code>'CDATA'</code>.
</dl>

<P>
<dl><dt><b><a name="l2h-3398"><tt class="method">getValue</tt></a></b>(<var>name</var>)
<dd>
  Return the value of attribute <var>name</var>.
</dl>

<P>

<DIV CLASS="navigation">
<p><hr>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A href="input-source-objects.html"><img src="../icons/previous.gif"
  border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A href="module-xml.sax.xmlreader.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A href="attributes-ns-impl-objects.html"><img src="../icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td><A href="contents.html"><img src="../icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" title="Module Index"><img src="../icons/modules.gif"
  border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html"><img src="../icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Previous:</b> <a class="sectref" href="input-source-objects.html">13.12.4 InputSource Objects</A>
<b class="navlabel">Up:</b> <a class="sectref" href="module-xml.sax.xmlreader.html">13.12 xml.sax.xmlreader  </A>
<b class="navlabel">Next:</b> <a class="sectref" href="attributes-ns-impl-objects.html">13.12.6 AttributesNSImpl Objects</A>
<hr>
<span class="release-info">Release 2.2, documentation updated on December 21, 2001.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>