Repository URL to install this package:
|
Version:
2.1.0.jo1 ▾
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module gdata.opensearch.data</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="gdata.html"><font color="#ffffff">gdata</font></a>.<a href="gdata.opensearch.html"><font color="#ffffff">opensearch</font></a>.data</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/opensearch/data.py">/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/opensearch/data.py</a></font></td></tr></table>
<p><tt>Contains the data classes of the OpenSearch Extension</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="atom.html">atom</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="atom.core.html#XmlElement">atom.core.XmlElement</a>(<a href="__builtin__.html#object">__builtin__.object</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="gdata.opensearch.data.html#ItemsPerPage">ItemsPerPage</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.opensearch.data.html#StartIndex">StartIndex</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.opensearch.data.html#TotalResults">TotalResults</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="ItemsPerPage">class <strong>ItemsPerPage</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Describes the number of items that will be returned per page for paged feeds<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.opensearch.data.html#ItemsPerPage">ItemsPerPage</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="ItemsPerPage-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="ItemsPerPage-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="ItemsPerPage-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="ItemsPerPage-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="StartIndex">class <strong>StartIndex</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Describes the starting index of the contained entries for paged feeds<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.opensearch.data.html#StartIndex">StartIndex</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="StartIndex-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="StartIndex-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="StartIndex-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="StartIndex-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="StartIndex-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="StartIndex-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="StartIndex-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="StartIndex-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="StartIndex-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="StartIndex-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom> <br>
<font color="#000000" face="helvetica, arial"><a name="TotalResults">class <strong>TotalResults</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
<td colspan=2><tt>Describes the total number of results associated with this feed<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.opensearch.data.html#TotalResults">TotalResults</a></dd>
<dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd>
<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="TotalResults-FindChildren"><strong>FindChildren</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="TotalResults-FindExtensions"><strong>FindExtensions</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="TotalResults-GetAttributes"><strong>GetAttributes</strong></a> = get_attributes(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="TotalResults-GetElements"><strong>GetElements</strong></a> = get_elements(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="TotalResults-ToString"><strong>ToString</strong></a> = to_string(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<dl><dt><a name="TotalResults-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="TotalResults-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="TotalResults-get_attributes"><strong>get_attributes</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all attributes which match the tag and namespace.<br>
<br>
To find all attributes in this object, call get_attributes with the tag<br>
and namespace both set to None (the default). This method searches<br>
through the object's members and the attributes stored in<br>
_other_attributes which did not fit any of the XML parsing rules for this<br>
class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching attributes.<br>
<br>
Returns:<br>
A list of XmlAttribute objects for the matching attributes.</tt></dd></dl>
<dl><dt><a name="TotalResults-get_elements"><strong>get_elements</strong></a>(self, tag<font color="#909090">=None</font>, namespace<font color="#909090">=None</font>, version<font color="#909090">=1</font>)</dt><dd><tt>Find all sub elements which match the tag and namespace.<br>
<br>
To find all elements in this object, call get_elements with the tag and<br>
namespace both set to None (the default). This method searches through<br>
the object's members and the elements stored in _other_elements which<br>
did not match any of the XML parsing rules for this class.<br>
<br>
Args:<br>
tag: str<br>
namespace: str<br>
version: int Specifies the version of the XML rules to be used when<br>
searching for matching elements.<br>
<br>
Returns:<br>
A list of the matching XmlElements.</tt></dd></dl>
<dl><dt><a name="TotalResults-to_string"><strong>to_string</strong></a>(self, version<font color="#909090">=1</font>, encoding<font color="#909090">=None</font>, pretty_print<font color="#909090">=None</font>)</dt><dd><tt>Converts this object to XML.</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary for instance variables (if defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list of weak references to the object (if defined)</tt></dd>
</dl>
<dl><dt><strong>attributes</strong></dt>
</dl>
<dl><dt><strong>children</strong></dt>
</dl>
<dl><dt><strong>extension_attributes</strong></dt>
</dl>
<dl><dt><strong>extension_elements</strong></dt>
</dl>
<dl><dt><strong>namespace</strong></dt>
</dl>
<dl><dt><strong>tag</strong></dt>
</dl>
<hr>
Data and other attributes inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><strong>text</strong> = None</dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>OPENSEARCH_TEMPLATE_V1</strong> = '{http://a9.com/-/spec/opensearchrss/1.0//}%s'<br>
<strong>OPENSEARCH_TEMPLATE_V2</strong> = '{http://a9.com/-/spec/opensearch/1.1//}%s'<br>
<strong>__author__</strong> = 'j.s@google.com (Jeff Scudder)'</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">j.s@google.com (Jeff Scudder)</td></tr></table>
</body></html>