| |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html><head><title>Python: module gdata.marketplace.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.marketplace.html"><font color="#ffffff">marketplace</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/marketplace/data.py">/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/marketplace/data.py</a></font></td></tr></table> |
| <p><tt>Data model for parsing and generating XML for the Google Apps Marketplace Licensing API.</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><a href="gdata.html">gdata</a><br> |
| </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.marketplace.data.html#CustomerId">CustomerId</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#DomainName">DomainName</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#Enabled">Enabled</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#Entity">Entity</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#Id">Id</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#InstallerEmail">InstallerEmail</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#LastChangeTime">LastChangeTime</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#ProductConfigId">ProductConfigId</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#State">State</a> |
| </font></dt><dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#TosAcceptanceTime">TosAcceptanceTime</a> |
| </font></dt></dl> |
| </dd> |
| <dt><font face="helvetica, arial"><a href="atom.data.html#Content">atom.data.Content</a>(<a href="atom.data.html#Text">atom.data.Text</a>) |
| </font></dt><dd> |
| <dl> |
| <dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#Content">Content</a> |
| </font></dt></dl> |
| </dd> |
| <dt><font face="helvetica, arial"><a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>(<a href="atom.data.html#Entry">atom.data.Entry</a>, <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>) |
| </font></dt><dd> |
| <dl> |
| <dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#LicenseEntry">LicenseEntry</a> |
| </font></dt></dl> |
| </dd> |
| <dt><font face="helvetica, arial"><a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>(<a href="atom.data.html#Feed">atom.data.Feed</a>, <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>) |
| </font></dt><dd> |
| <dl> |
| <dt><font face="helvetica, arial"><a href="gdata.marketplace.data.html#LicenseFeed">LicenseFeed</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="Content">class <strong>Content</strong></a>(<a href="atom.data.html#Content">atom.data.Content</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#Content">Content</a></dd> |
| <dd><a href="atom.data.html#Content">atom.data.Content</a></dd> |
| <dd><a href="atom.data.html#Text">atom.data.Text</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>entity</strong> = <class 'gdata.marketplace.data.Entity'><dd><tt>The entity representing the License.</tt></dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="atom.data.html#Content">atom.data.Content</a>:<br> |
| <dl><dt><strong>src</strong> = 'src'</dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="atom.data.html#Text">atom.data.Text</a>:<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="Content-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="Content-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="Content-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="Content-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="Content-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="Content-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="Content-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="Content-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="Content-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="Content-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="CustomerId">class <strong>CustomerId</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#CustomerId">CustomerId</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="CustomerId-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="CustomerId-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="CustomerId-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="CustomerId-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="CustomerId-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="CustomerId-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="CustomerId-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="CustomerId-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="CustomerId-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="CustomerId-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="DomainName">class <strong>DomainName</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#DomainName">DomainName</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="DomainName-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="DomainName-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="DomainName-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="DomainName-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="DomainName-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="DomainName-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="DomainName-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="DomainName-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="DomainName-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="DomainName-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="Enabled">class <strong>Enabled</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#Enabled">Enabled</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="Enabled-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="Enabled-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="Enabled-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="Enabled-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="Enabled-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="Enabled-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="Enabled-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="Enabled-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="Enabled-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="Enabled-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="Entity">class <strong>Entity</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>The entity representing the License.<br> </tt></td></tr> |
| <tr><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#Entity">Entity</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>customer_id</strong> = <class 'gdata.marketplace.data.CustomerId'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>domain_name</strong> = <class 'gdata.marketplace.data.DomainName'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>enabled</strong> = <class 'gdata.marketplace.data.Enabled'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>id</strong> = <class 'gdata.marketplace.data.Id'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>installer_email</strong> = <class 'gdata.marketplace.data.InstallerEmail'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>last_change_time</strong> = <class 'gdata.marketplace.data.LastChangeTime'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>product_config_id</strong> = <class 'gdata.marketplace.data.ProductConfigId'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>state</strong> = <class 'gdata.marketplace.data.State'><dd><tt></tt></dl> |
| |
| <dl><dt><strong>tos_acceptance_time</strong> = <class 'gdata.marketplace.data.TosAcceptanceTime'><dd><tt></tt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br> |
| <dl><dt><a name="Entity-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="Entity-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="Entity-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="Entity-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="Entity-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="Entity-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="Entity-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="Entity-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="Entity-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="Entity-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="Id">class <strong>Id</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#Id">Id</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="Id-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="Id-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="Id-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="Id-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="Id-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="Id-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="Id-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="Id-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="Id-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="Id-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="InstallerEmail">class <strong>InstallerEmail</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#InstallerEmail">InstallerEmail</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="InstallerEmail-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="InstallerEmail-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="InstallerEmail-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="InstallerEmail-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="InstallerEmail-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="InstallerEmail-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="InstallerEmail-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="InstallerEmail-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="InstallerEmail-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="InstallerEmail-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="LastChangeTime">class <strong>LastChangeTime</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#LastChangeTime">LastChangeTime</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="LastChangeTime-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="LastChangeTime-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="LastChangeTime-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="LastChangeTime-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="LastChangeTime-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="LastChangeTime-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="LastChangeTime-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LastChangeTime-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="LastChangeTime-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="LastChangeTime-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="LicenseEntry">class <strong>LicenseEntry</strong></a>(<a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>)</font></td></tr> |
| |
| <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| <td colspan=2><tt>Represents a <a href="#LicenseEntry">LicenseEntry</a> object.<br> </tt></td></tr> |
| <tr><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#LicenseEntry">LicenseEntry</a></dd> |
| <dd><a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a></dd> |
| <dd><a href="atom.data.html#Entry">atom.data.Entry</a></dd> |
| <dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd> |
| <dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd> |
| <dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd> |
| <dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd> |
| <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| </dl> |
| <hr> |
| Data and other attributes defined here:<br> |
| <dl><dt><strong>content</strong> = <class 'gdata.marketplace.data.Content'></dl> |
| |
| <hr> |
| Methods inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br> |
| <dl><dt><a name="LicenseEntry-FindMediaLink"><strong>FindMediaLink</strong></a> = find_media_link(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br> |
| Otherwise returns None.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-IsMedia"><strong>IsMedia</strong></a> = is_media(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_media_link"><strong>find_media_link</strong></a>(self)</dt><dd><tt>Returns the URL to the media content, if the entry is a media entry.<br> |
| Otherwise returns None.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_id"><strong>get_id</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-is_media"><strong>is_media</strong></a>(self)</dt></dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="gdata.data.html#GDEntry">gdata.data.GDEntry</a>:<br> |
| <dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="atom.data.html#Entry">atom.data.Entry</a>:<br> |
| <dl><dt><strong>control</strong> = <class 'atom.data.Control'><dd><tt>The app:control element indicating restrictions on publication.<br> |
| <br> |
| The APP control element may contain a draft element indicating whether or<br> |
| not this entry should be publicly available.</tt></dl> |
| |
| <dl><dt><strong>published</strong> = <class 'atom.data.Published'><dd><tt>The atom:published element.</tt></dl> |
| |
| <dl><dt><strong>source</strong> = <class 'atom.data.Source'><dd><tt>The atom:source element.</tt></dl> |
| |
| <dl><dt><strong>summary</strong> = <class 'atom.data.Summary'><dd><tt>The atom:summary element.</tt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br> |
| <dl><dt><a name="LicenseEntry-__init__"><strong>__init__</strong></a>(self, atom_id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br> |
| <dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl> |
| |
| <dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl> |
| |
| <dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl> |
| |
| <dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl> |
| |
| <dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl> |
| |
| <dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl> |
| |
| <dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl> |
| |
| <dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br> |
| <dl><dt><a name="LicenseEntry-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="LicenseEntry-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="LicenseEntry-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="LicenseEntry-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="LicenseEntry-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="LicenseEntry-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-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="LicenseEntry-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="LicenseEntry-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> |
| |
| <hr> |
| Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br> |
| <dl><dt><a name="LicenseEntry-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br> |
| <br> |
| The POST target URL is used to insert new entries.<br> |
| <br> |
| Returns:<br> |
| A str for the URL in the link with a rel matching the POST type.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br> |
| <br> |
| The POST target URL is used to insert new entries.<br> |
| <br> |
| Returns:<br> |
| A str for the URL in the link with a rel matching the POST type.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br> |
| <dl><dt><a name="LicenseEntry-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br> |
| <br> |
| Returns:<br> |
| A str containing the link's href or None if none of the links had rel<br> |
| equal to 'self'</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br> |
| <br> |
| If you are interested in the URL instead of the link object,<br> |
| consider using find_url instead.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br> |
| <br> |
| Returns:<br> |
| A str containing the link's href or None if none of the links had rel<br> |
| equal to 'self'</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br> |
| <br> |
| If you are interested in the URL instead of the link object,<br> |
| consider using find_url instead.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseEntry-get_self_link"><strong>get_self_link</strong></a>(self)</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="LicenseFeed">class <strong>LicenseFeed</strong></a>(<a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>)</font></td></tr> |
| |
| <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| <td colspan=2><tt>Represents a feed of <a href="#LicenseEntry">LicenseEntry</a> objects.<br> </tt></td></tr> |
| <tr><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#LicenseFeed">LicenseFeed</a></dd> |
| <dd><a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a></dd> |
| <dd><a href="atom.data.html#Feed">atom.data.Feed</a></dd> |
| <dd><a href="atom.data.html#Source">atom.data.Source</a></dd> |
| <dd><a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a></dd> |
| <dd><a href="atom.core.html#XmlElement">atom.core.XmlElement</a></dd> |
| <dd><a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a></dd> |
| <dd><a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a></dd> |
| <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| </dl> |
| <hr> |
| Data and other attributes defined here:<br> |
| <dl><dt><strong>entry</strong> = [<class 'gdata.marketplace.data.LicenseEntry'>]</dl> |
| |
| <hr> |
| Methods inherited from <a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>:<br> |
| <dl><dt><a name="LicenseFeed-GetId"><strong>GetId</strong></a> = get_id(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_generator"><strong>get_generator</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_id"><strong>get_id</strong></a>(self)</dt></dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="gdata.data.html#GDFeed">gdata.data.GDFeed</a>:<br> |
| <dl><dt><strong>etag</strong> = '{http://schemas.google.com/g/2005}etag'</dl> |
| |
| <dl><dt><strong>items_per_page</strong> = <class 'gdata.data.ItemsPerPage'><dd><tt>The opensearch:itemsPerPage element in GData feed.</tt></dl> |
| |
| <dl><dt><strong>start_index</strong> = <class 'gdata.data.StartIndex'><dd><tt>The opensearch:startIndex element in GData feed.</tt></dl> |
| |
| <dl><dt><strong>total_results</strong> = <class 'gdata.data.TotalResults'><dd><tt>opensearch:TotalResults for a GData feed.</tt></dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="atom.data.html#Source">atom.data.Source</a>:<br> |
| <dl><dt><strong>generator</strong> = <class 'atom.data.Generator'><dd><tt>The atom:generator element.</tt></dl> |
| |
| <dl><dt><strong>icon</strong> = <class 'atom.data.Icon'><dd><tt>The atom:icon element.</tt></dl> |
| |
| <dl><dt><strong>logo</strong> = <class 'atom.data.Logo'><dd><tt>The atom:logo element.</tt></dl> |
| |
| <dl><dt><strong>subtitle</strong> = <class 'atom.data.Subtitle'><dd><tt>The atom:subtitle element.</tt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br> |
| <dl><dt><a name="LicenseFeed-__init__"><strong>__init__</strong></a>(self, atom_id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <hr> |
| Data and other attributes inherited from <a href="atom.data.html#FeedEntryParent">atom.data.FeedEntryParent</a>:<br> |
| <dl><dt><strong>author</strong> = [<class 'atom.data.Author'>]</dl> |
| |
| <dl><dt><strong>category</strong> = [<class 'atom.data.Category'>]</dl> |
| |
| <dl><dt><strong>contributor</strong> = [<class 'atom.data.Contributor'>]</dl> |
| |
| <dl><dt><strong>id</strong> = <class 'atom.data.Id'><dd><tt>The atom:id element.</tt></dl> |
| |
| <dl><dt><strong>link</strong> = [<class 'atom.data.Link'>]</dl> |
| |
| <dl><dt><strong>rights</strong> = <class 'atom.data.Rights'><dd><tt>The atom:rights element.</tt></dl> |
| |
| <dl><dt><strong>title</strong> = <class 'atom.data.Title'><dd><tt>The atom:title element.</tt></dl> |
| |
| <dl><dt><strong>updated</strong> = <class 'atom.data.Updated'><dd><tt>The atom:updated element.</tt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.core.html#XmlElement">atom.core.XmlElement</a>:<br> |
| <dl><dt><a name="LicenseFeed-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="LicenseFeed-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="LicenseFeed-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="LicenseFeed-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="LicenseFeed-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="LicenseFeed-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-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="LicenseFeed-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="LicenseFeed-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> |
| |
| <hr> |
| Methods inherited from <a href="gdata.data.html#LinkFinder">gdata.data.LinkFinder</a>:<br> |
| <dl><dt><a name="LicenseFeed-FindAclLink"><strong>FindAclLink</strong></a> = find_acl_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindFeedLink"><strong>FindFeedLink</strong></a> = find_feed_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindHtmlLink"><strong>FindHtmlLink</strong></a> = find_html_link(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindPostLink"><strong>FindPostLink</strong></a> = find_post_link(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br> |
| <br> |
| The POST target URL is used to insert new entries.<br> |
| <br> |
| Returns:<br> |
| A str for the URL in the link with a rel matching the POST type.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindPreviousLink"><strong>FindPreviousLink</strong></a> = find_previous_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetAclLink"><strong>GetAclLink</strong></a> = get_acl_link(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetFeedLink"><strong>GetFeedLink</strong></a> = get_feed_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetHtmlLink"><strong>GetHtmlLink</strong></a> = get_html_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetPostLink"><strong>GetPostLink</strong></a> = get_post_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetPreviousLink"><strong>GetPreviousLink</strong></a> = get_previous_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_acl_link"><strong>find_acl_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_feed_link"><strong>find_feed_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_html_link"><strong>find_html_link</strong></a>(self)</dt><dd><tt>Finds the first link with rel of alternate and type of text/html.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_post_link"><strong>find_post_link</strong></a>(self)</dt><dd><tt>Get the URL to which new entries should be POSTed.<br> |
| <br> |
| The POST target URL is used to insert new entries.<br> |
| <br> |
| Returns:<br> |
| A str for the URL in the link with a rel matching the POST type.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_previous_link"><strong>find_previous_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_acl_link"><strong>get_acl_link</strong></a>(self)</dt><dd><tt>Searches for a link or feed_link (if present) with the rel for ACL.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_feed_link"><strong>get_feed_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_html_link"><strong>get_html_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_post_link"><strong>get_post_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_previous_link"><strong>get_previous_link</strong></a>(self)</dt></dl> |
| |
| <hr> |
| Methods inherited from <a href="atom.data.html#LinkFinder">atom.data.LinkFinder</a>:<br> |
| <dl><dt><a name="LicenseFeed-FindAlternateLink"><strong>FindAlternateLink</strong></a> = find_alternate_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindEditLink"><strong>FindEditLink</strong></a> = find_edit_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindEditMediaLink"><strong>FindEditMediaLink</strong></a> = find_edit_media_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindLicenseLink"><strong>FindLicenseLink</strong></a> = find_license_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindNextLink"><strong>FindNextLink</strong></a> = find_next_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindSelfLink"><strong>FindSelfLink</strong></a> = find_self_link(self)</dt><dd><tt>Find the first link with rel set to 'self'<br> |
| <br> |
| Returns:<br> |
| A str containing the link's href or None if none of the links had rel<br> |
| equal to 'self'</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-FindUrl"><strong>FindUrl</strong></a> = find_url(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetAlternateLink"><strong>GetAlternateLink</strong></a> = get_alternate_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetEditLink"><strong>GetEditLink</strong></a> = get_edit_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetEditMediaLink"><strong>GetEditMediaLink</strong></a> = get_edit_media_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetLicenseLink"><strong>GetLicenseLink</strong></a> = get_license_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetLink"><strong>GetLink</strong></a> = get_link(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br> |
| <br> |
| If you are interested in the URL instead of the link object,<br> |
| consider using find_url instead.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetNextLink"><strong>GetNextLink</strong></a> = get_next_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-GetSelfLink"><strong>GetSelfLink</strong></a> = get_self_link(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_alternate_link"><strong>find_alternate_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_edit_link"><strong>find_edit_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_edit_media_link"><strong>find_edit_media_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_license_link"><strong>find_license_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_next_link"><strong>find_next_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_self_link"><strong>find_self_link</strong></a>(self)</dt><dd><tt>Find the first link with rel set to 'self'<br> |
| <br> |
| Returns:<br> |
| A str containing the link's href or None if none of the links had rel<br> |
| equal to 'self'</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-find_url"><strong>find_url</strong></a>(self, rel)</dt><dd><tt>Returns the URL (as a string) in a link with the desired rel value.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_alternate_link"><strong>get_alternate_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_edit_link"><strong>get_edit_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_edit_media_link"><strong>get_edit_media_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_license_link"><strong>get_license_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_link"><strong>get_link</strong></a>(self, rel)</dt><dd><tt>Returns a link object which has the desired rel value.<br> |
| <br> |
| If you are interested in the URL instead of the link object,<br> |
| consider using find_url instead.</tt></dd></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_next_link"><strong>get_next_link</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="LicenseFeed-get_self_link"><strong>get_self_link</strong></a>(self)</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="ProductConfigId">class <strong>ProductConfigId</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#ProductConfigId">ProductConfigId</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="ProductConfigId-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="ProductConfigId-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="ProductConfigId-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="ProductConfigId-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="ProductConfigId-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="ProductConfigId-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="ProductConfigId-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="ProductConfigId-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="ProductConfigId-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="ProductConfigId-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="State">class <strong>State</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#State">State</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="State-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="State-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="State-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="State-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="State-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="State-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="State-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="State-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="State-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="State-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="TosAcceptanceTime">class <strong>TosAcceptanceTime</strong></a>(<a href="atom.core.html#XmlElement">atom.core.XmlElement</a>)</font></td></tr> |
| |
| <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
| <td width="100%"><dl><dt>Method resolution order:</dt> |
| <dd><a href="gdata.marketplace.data.html#TosAcceptanceTime">TosAcceptanceTime</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="TosAcceptanceTime-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="TosAcceptanceTime-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="TosAcceptanceTime-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="TosAcceptanceTime-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="TosAcceptanceTime-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="TosAcceptanceTime-__init__"><strong>__init__</strong></a>(self, text<font color="#909090">=None</font>, *args, **kwargs)</dt></dl> |
| |
| <dl><dt><a name="TosAcceptanceTime-__str__"><strong>__str__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="TosAcceptanceTime-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="TosAcceptanceTime-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="TosAcceptanceTime-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>LICENSES_NAMESPACE</strong> = 'http://www.w3.org/2005/Atom'<br> |
| <strong>LICENSES_TEMPLATE</strong> = '{http://www.w3.org/2005/Atom}%s'<br> |
| <strong>__author__</strong> = 'Alexandre Vivien <alex@simplecode.fr>'</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%">Alexandre Vivien <alex@simplecode.fr></td></tr></table> |
| </body></html> |