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.media.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.media.html"><font color="#ffffff">media</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/media/data.py">/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/media/data.py</a></font></td></tr></table>
<p><tt>Contains the data classes of the Yahoo! Media RSS 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.media.data.html#MediaCategory">MediaCategory</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaContent">MediaContent</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaCopyright">MediaCopyright</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaCredit">MediaCredit</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaDescription">MediaDescription</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaGroup">MediaGroup</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaHash">MediaHash</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaKeywords">MediaKeywords</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaPlayer">MediaPlayer</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaRating">MediaRating</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaRestriction">MediaRestriction</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaText">MediaText</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaThumbnail">MediaThumbnail</a>
</font></dt><dt><font face="helvetica, arial"><a href="gdata.media.data.html#MediaTitle">MediaTitle</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="MediaCategory">class <strong>MediaCategory</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 a media category.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaCategory">MediaCategory</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>
Data and other attributes defined here:<br>
<dl><dt><strong>label</strong> = 'label'</dl>
<dl><dt><strong>scheme</strong> = 'scheme'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaCategory-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="MediaCategory-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="MediaCategory-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="MediaCategory-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="MediaCategory-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="MediaCategory-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaCategory-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaCategory-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="MediaCategory-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="MediaCategory-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="MediaContent">class <strong>MediaContent</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 a media content.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaContent">MediaContent</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>
Data and other attributes defined here:<br>
<dl><dt><strong>bitrate</strong> = 'bitrate'</dl>
<dl><dt><strong>category</strong> = [<class 'gdata.media.data.MediaCategory'>]</dl>
<dl><dt><strong>channels</strong> = 'channels'</dl>
<dl><dt><strong>copyright</strong> = <class 'gdata.media.data.MediaCopyright'><dd><tt>Describes a media copyright.</tt></dl>
<dl><dt><strong>credit</strong> = [<class 'gdata.media.data.MediaCredit'>]</dl>
<dl><dt><strong>description</strong> = <class 'gdata.media.data.MediaDescription'><dd><tt>Describes a media description.</tt></dl>
<dl><dt><strong>duration</strong> = 'duration'</dl>
<dl><dt><strong>expression</strong> = 'expression'</dl>
<dl><dt><strong>file_size</strong> = 'fileSize'</dl>
<dl><dt><strong>framerate</strong> = 'framerate'</dl>
<dl><dt><strong>hash</strong> = <class 'gdata.media.data.MediaHash'><dd><tt>Describes a media hash.</tt></dl>
<dl><dt><strong>height</strong> = 'height'</dl>
<dl><dt><strong>is_default</strong> = 'isDefault'</dl>
<dl><dt><strong>keywords</strong> = <class 'gdata.media.data.MediaKeywords'><dd><tt>Describes a media keywords.</tt></dl>
<dl><dt><strong>language</strong> = 'language'</dl>
<dl><dt><strong>medium</strong> = 'medium'</dl>
<dl><dt><strong>player</strong> = <class 'gdata.media.data.MediaPlayer'><dd><tt>Describes a media player.</tt></dl>
<dl><dt><strong>rating</strong> = [<class 'gdata.media.data.MediaRating'>]</dl>
<dl><dt><strong>restriction</strong> = [<class 'gdata.media.data.MediaRestriction'>]</dl>
<dl><dt><strong>samplingrate</strong> = 'samplingrate'</dl>
<dl><dt><strong>text</strong> = [<class 'gdata.media.data.MediaText'>]</dl>
<dl><dt><strong>thumbnail</strong> = [<class 'gdata.media.data.MediaThumbnail'>]</dl>
<dl><dt><strong>title</strong> = <class 'gdata.media.data.MediaTitle'><dd><tt>Describes a media title.</tt></dl>
<dl><dt><strong>type</strong> = 'type'</dl>
<dl><dt><strong>url</strong> = 'url'</dl>
<dl><dt><strong>width</strong> = 'width'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaContent-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="MediaContent-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="MediaContent-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="MediaContent-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="MediaContent-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="MediaContent-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaContent-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaContent-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="MediaContent-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="MediaContent-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>
</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="MediaCopyright">class <strong>MediaCopyright</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 a media copyright.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaCopyright">MediaCopyright</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>
Data and other attributes defined here:<br>
<dl><dt><strong>url</strong> = 'url'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaCopyright-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="MediaCopyright-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="MediaCopyright-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="MediaCopyright-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="MediaCopyright-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="MediaCopyright-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaCopyright-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaCopyright-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="MediaCopyright-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="MediaCopyright-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="MediaCredit">class <strong>MediaCredit</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 a media credit.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaCredit">MediaCredit</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>
Data and other attributes defined here:<br>
<dl><dt><strong>role</strong> = 'role'</dl>
<dl><dt><strong>scheme</strong> = 'scheme'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaCredit-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="MediaCredit-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="MediaCredit-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="MediaCredit-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="MediaCredit-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="MediaCredit-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaCredit-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaCredit-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="MediaCredit-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="MediaCredit-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="MediaDescription">class <strong>MediaDescription</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 a media description.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaDescription">MediaDescription</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>
Data and other attributes defined here:<br>
<dl><dt><strong>type</strong> = 'type'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaDescription-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="MediaDescription-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="MediaDescription-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="MediaDescription-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="MediaDescription-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="MediaDescription-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaDescription-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaDescription-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="MediaDescription-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="MediaDescription-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="MediaGroup">class <strong>MediaGroup</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 a media group.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaGroup">MediaGroup</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>
Data and other attributes defined here:<br>
<dl><dt><strong>category</strong> = [<class 'gdata.media.data.MediaCategory'>]</dl>
<dl><dt><strong>content</strong> = [<class 'gdata.media.data.MediaContent'>]</dl>
<dl><dt><strong>copyright</strong> = <class 'gdata.media.data.MediaCopyright'><dd><tt>Describes a media copyright.</tt></dl>
<dl><dt><strong>credit</strong> = [<class 'gdata.media.data.MediaCredit'>]</dl>
<dl><dt><strong>description</strong> = <class 'gdata.media.data.MediaDescription'><dd><tt>Describes a media description.</tt></dl>
<dl><dt><strong>hash</strong> = <class 'gdata.media.data.MediaHash'><dd><tt>Describes a media hash.</tt></dl>
<dl><dt><strong>keywords</strong> = <class 'gdata.media.data.MediaKeywords'><dd><tt>Describes a media keywords.</tt></dl>
<dl><dt><strong>player</strong> = <class 'gdata.media.data.MediaPlayer'><dd><tt>Describes a media player.</tt></dl>
<dl><dt><strong>rating</strong> = [<class 'gdata.media.data.MediaRating'>]</dl>
<dl><dt><strong>restriction</strong> = [<class 'gdata.media.data.MediaRestriction'>]</dl>
<dl><dt><strong>text</strong> = [<class 'gdata.media.data.MediaText'>]</dl>
<dl><dt><strong>thumbnail</strong> = [<class 'gdata.media.data.MediaThumbnail'>]</dl>
<dl><dt><strong>title</strong> = <class 'gdata.media.data.MediaTitle'><dd><tt>Describes a media title.</tt></dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaGroup-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="MediaGroup-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="MediaGroup-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="MediaGroup-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="MediaGroup-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="MediaGroup-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaGroup-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaGroup-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="MediaGroup-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="MediaGroup-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>
</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="MediaHash">class <strong>MediaHash</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 a media hash.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaHash">MediaHash</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>
Data and other attributes defined here:<br>
<dl><dt><strong>algo</strong> = 'algo'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaHash-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="MediaHash-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="MediaHash-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="MediaHash-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="MediaHash-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="MediaHash-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaHash-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaHash-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="MediaHash-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="MediaHash-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="MediaKeywords">class <strong>MediaKeywords</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 a media keywords.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaKeywords">MediaKeywords</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="MediaKeywords-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="MediaKeywords-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="MediaKeywords-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="MediaKeywords-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="MediaKeywords-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="MediaKeywords-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaKeywords-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaKeywords-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="MediaKeywords-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="MediaKeywords-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="MediaPlayer">class <strong>MediaPlayer</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 a media player.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaPlayer">MediaPlayer</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>
Data and other attributes defined here:<br>
<dl><dt><strong>height</strong> = 'height'</dl>
<dl><dt><strong>url</strong> = 'url'</dl>
<dl><dt><strong>width</strong> = 'width'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaPlayer-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="MediaPlayer-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="MediaPlayer-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="MediaPlayer-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="MediaPlayer-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="MediaPlayer-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaPlayer-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaPlayer-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="MediaPlayer-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="MediaPlayer-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="MediaRating">class <strong>MediaRating</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 a media rating.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaRating">MediaRating</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>
Data and other attributes defined here:<br>
<dl><dt><strong>scheme</strong> = 'scheme'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaRating-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="MediaRating-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="MediaRating-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="MediaRating-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="MediaRating-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="MediaRating-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaRating-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaRating-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="MediaRating-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="MediaRating-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="MediaRestriction">class <strong>MediaRestriction</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 a media restriction.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaRestriction">MediaRestriction</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>
Data and other attributes defined here:<br>
<dl><dt><strong>relationship</strong> = 'relationship'</dl>
<dl><dt><strong>type</strong> = 'type'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaRestriction-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="MediaRestriction-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="MediaRestriction-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="MediaRestriction-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="MediaRestriction-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="MediaRestriction-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaRestriction-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaRestriction-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="MediaRestriction-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="MediaRestriction-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="MediaText">class <strong>MediaText</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 a media text.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaText">MediaText</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>
Data and other attributes defined here:<br>
<dl><dt><strong>end</strong> = 'end'</dl>
<dl><dt><strong>lang</strong> = 'lang'</dl>
<dl><dt><strong>start</strong> = 'start'</dl>
<dl><dt><strong>type</strong> = 'type'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaText-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="MediaText-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="MediaText-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="MediaText-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="MediaText-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="MediaText-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaText-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaText-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="MediaText-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="MediaText-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="MediaThumbnail">class <strong>MediaThumbnail</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 a media thumbnail.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaThumbnail">MediaThumbnail</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>
Data and other attributes defined here:<br>
<dl><dt><strong>height</strong> = 'height'</dl>
<dl><dt><strong>time</strong> = 'time'</dl>
<dl><dt><strong>url</strong> = 'url'</dl>
<dl><dt><strong>width</strong> = 'width'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaThumbnail-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="MediaThumbnail-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="MediaThumbnail-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="MediaThumbnail-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="MediaThumbnail-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="MediaThumbnail-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaThumbnail-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaThumbnail-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="MediaThumbnail-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="MediaThumbnail-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="MediaTitle">class <strong>MediaTitle</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 a media title.<br> </tt></td></tr>
<tr><td> </td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="gdata.media.data.html#MediaTitle">MediaTitle</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>
Data and other attributes defined here:<br>
<dl><dt><strong>type</strong> = 'type'</dl>
<hr>
Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br>
<dl><dt><a name="MediaTitle-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="MediaTitle-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="MediaTitle-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="MediaTitle-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="MediaTitle-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="MediaTitle-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl>
<dl><dt><a name="MediaTitle-__str__"><strong>__str__</strong></a>(self)</dt></dl>
<dl><dt><a name="MediaTitle-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="MediaTitle-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="MediaTitle-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>MEDIA_TEMPLATE</strong> = '{http://search.yahoo.com/mrss//}%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>