|        |   | 
- atom.core.XmlElement(__builtin__.object)
 - 
- CrawlIssueCrawlType
 - CrawlIssueDateDetected
 - CrawlIssueDetail
 - CrawlIssueIssueType
 - CrawlIssueLinkedFromUrl
 - CrawlIssueUrl
 - Indexed
 - Keyword
 - LastCrawled
 - MessageBody
 - MessageDate
 - MessageLanguage
 - MessageRead
 - MessageSubject
 - SiteId
 - SitemapMobile
 - SitemapMobileMarkupLanguage
 - SitemapNews
 - SitemapNewsPublicationLabel
 - SitemapType
 - SitemapUrlCount
 - VerificationMethod
 - Verified
  
 
- gdata.data.GDEntry(atom.data.Entry, gdata.data.LinkFinder)
 - 
- CrawlIssueEntry
 - KeywordEntry
 - MessageEntry
 - SiteEntry
 - SitemapEntry
  
 
- gdata.data.GDFeed(atom.data.Feed, gdata.data.LinkFinder)
 - 
- CrawlIssuesFeed
 - KeywordsFeed
 - MessagesFeed
 - SitemapsFeed
 - SitesFeed
  
 
 
 
 
  
class CrawlIssueCrawlType(atom.core.XmlElement) |  
    
|     | 
Type of crawl of the crawl issue   |  
|   | 
- Method resolution order:
 
- CrawlIssueCrawlType
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class CrawlIssueDateDetected(atom.core.XmlElement) |  
    
|     | 
Detection date for the issue   |  
|   | 
- Method resolution order:
 
- CrawlIssueDateDetected
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class CrawlIssueDetail(atom.core.XmlElement) |  
    
|     | 
Detail of the crawl issue   |  
|   | 
- Method resolution order:
 
- CrawlIssueDetail
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class CrawlIssueEntry(gdata.data.GDEntry) |  
    
|     | 
Describes a crawl issue entry   |  
|   | 
- Method resolution order:
 
- CrawlIssueEntry
 
- gdata.data.GDEntry
 
- atom.data.Entry
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- crawl_type = <class 'gdata.webmastertools.data.CrawlIssueCrawlType'>
 - Type of crawl of the crawl issue
  
- date_detected = <class 'gdata.webmastertools.data.CrawlIssueDateDetected'>
 - Detection date for the issue
  
- detail = <class 'gdata.webmastertools.data.CrawlIssueDetail'>
 - Detail of the crawl issue
  
- issue_type = <class 'gdata.webmastertools.data.CrawlIssueIssueType'>
 - Type of crawl issue
  
- linked_from = [<class 'gdata.webmastertools.data.CrawlIssueLinkedFromUrl'>]
  
- url = <class 'gdata.webmastertools.data.CrawlIssueUrl'>
 - URL affected by the crawl issue
  
 
Methods inherited from gdata.data.GDEntry: 
- FindMediaLink = find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- GetId = get_id(self)
  
- IsMedia = is_media(self)
  
- find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- get_id(self)
  
- is_media(self)
  
 
Data and other attributes inherited from gdata.data.GDEntry: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
 
Data and other attributes inherited from atom.data.Entry: 
- content = <class 'atom.data.Content'>
 - The atom:content element.
  
- control = <class 'atom.data.Control'>
 - The app:control element indicating restrictions on publication.
 
  
The APP control element may contain a draft element indicating whether or 
not this entry should be publicly available.  
- published = <class 'atom.data.Published'>
 - The atom:published element.
  
- source = <class 'atom.data.Source'>
 - The atom:source element.
  
- summary = <class 'atom.data.Summary'>
 - The atom:summary element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class CrawlIssueIssueType(atom.core.XmlElement) |  
    
|     | 
Type of crawl issue   |  
|   | 
- Method resolution order:
 
- CrawlIssueIssueType
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class CrawlIssueLinkedFromUrl(atom.core.XmlElement) |  
    
|     | 
Source URL that links to the issue URL   |  
|   | 
- Method resolution order:
 
- CrawlIssueLinkedFromUrl
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class CrawlIssueUrl(atom.core.XmlElement) |  
    
|     | 
URL affected by the crawl issue   |  
|   | 
- Method resolution order:
 
- CrawlIssueUrl
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class CrawlIssuesFeed(gdata.data.GDFeed) |  
    
|     | 
Feed of crawl issues for a particular site   |  
|   | 
- Method resolution order:
 
- CrawlIssuesFeed
 
- gdata.data.GDFeed
 
- atom.data.Feed
 
- atom.data.Source
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- entry = [<class 'gdata.webmastertools.data.CrawlIssueEntry'>]
  
 
Methods inherited from gdata.data.GDFeed: 
- GetId = get_id(self)
  
- get_generator(self)
  
- get_id(self)
  
 
Data and other attributes inherited from gdata.data.GDFeed: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
- items_per_page = <class 'gdata.data.ItemsPerPage'>
 - The opensearch:itemsPerPage element in GData feed.
  
- start_index = <class 'gdata.data.StartIndex'>
 - The opensearch:startIndex element in GData feed.
  
- total_results = <class 'gdata.data.TotalResults'>
 - opensearch:TotalResults for a GData feed.
  
 
Data and other attributes inherited from atom.data.Source: 
- generator = <class 'atom.data.Generator'>
 - The atom:generator element.
  
- icon = <class 'atom.data.Icon'>
 - The atom:icon element.
  
- logo = <class 'atom.data.Logo'>
 - The atom:logo element.
  
- subtitle = <class 'atom.data.Subtitle'>
 - The atom:subtitle element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class Indexed(atom.core.XmlElement) |  
    
|     | 
Describes the indexing status of a site   |  
|   | 
- Method resolution order:
 
- Indexed
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class Keyword(atom.core.XmlElement) |  
    
|     | 
A keyword in a site or in a link to a site   |  
|   | 
- Method resolution order:
 
- Keyword
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- source = 'source'
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class KeywordEntry(gdata.data.GDEntry) |  
    
|     | 
Describes a keyword entry   |  
|   | 
- Method resolution order:
 
- KeywordEntry
 
- gdata.data.GDEntry
 
- atom.data.Entry
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Methods inherited from gdata.data.GDEntry: 
- FindMediaLink = find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- GetId = get_id(self)
  
- IsMedia = is_media(self)
  
- find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- get_id(self)
  
- is_media(self)
  
 
Data and other attributes inherited from gdata.data.GDEntry: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
 
Data and other attributes inherited from atom.data.Entry: 
- content = <class 'atom.data.Content'>
 - The atom:content element.
  
- control = <class 'atom.data.Control'>
 - The app:control element indicating restrictions on publication.
 
  
The APP control element may contain a draft element indicating whether or 
not this entry should be publicly available.  
- published = <class 'atom.data.Published'>
 - The atom:published element.
  
- source = <class 'atom.data.Source'>
 - The atom:source element.
  
- summary = <class 'atom.data.Summary'>
 - The atom:summary element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class KeywordsFeed(gdata.data.GDFeed) |  
    
|     | 
Feed of keywords for a particular site   |  
|   | 
- Method resolution order:
 
- KeywordsFeed
 
- gdata.data.GDFeed
 
- atom.data.Feed
 
- atom.data.Source
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- entry = [<class 'gdata.webmastertools.data.KeywordEntry'>]
  
- keyword = [<class 'gdata.webmastertools.data.Keyword'>]
  
 
Methods inherited from gdata.data.GDFeed: 
- GetId = get_id(self)
  
- get_generator(self)
  
- get_id(self)
  
 
Data and other attributes inherited from gdata.data.GDFeed: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
- items_per_page = <class 'gdata.data.ItemsPerPage'>
 - The opensearch:itemsPerPage element in GData feed.
  
- start_index = <class 'gdata.data.StartIndex'>
 - The opensearch:startIndex element in GData feed.
  
- total_results = <class 'gdata.data.TotalResults'>
 - opensearch:TotalResults for a GData feed.
  
 
Data and other attributes inherited from atom.data.Source: 
- generator = <class 'atom.data.Generator'>
 - The atom:generator element.
  
- icon = <class 'atom.data.Icon'>
 - The atom:icon element.
  
- logo = <class 'atom.data.Logo'>
 - The atom:logo element.
  
- subtitle = <class 'atom.data.Subtitle'>
 - The atom:subtitle element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class LastCrawled(atom.core.XmlElement) |  
    
|     | 
Describes the last crawled date of a site   |  
|   | 
- Method resolution order:
 
- LastCrawled
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class MessageBody(atom.core.XmlElement) |  
    
|     | 
Message body   |  
|   | 
- Method resolution order:
 
- MessageBody
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class MessageDate(atom.core.XmlElement) |  
    
|     | 
Message date   |  
|   | 
- Method resolution order:
 
- MessageDate
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class MessageEntry(gdata.data.GDEntry) |  
    
|     | 
Describes a message entry   |  
|   | 
- Method resolution order:
 
- MessageEntry
 
- gdata.data.GDEntry
 
- atom.data.Entry
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- body = <class 'gdata.webmastertools.data.MessageBody'>
 - Message body
  
- date = <class 'gdata.webmastertools.data.MessageDate'>
 - Message date
  
- language = <class 'gdata.webmastertools.data.MessageLanguage'>
 - Message language
  
- read = <class 'gdata.webmastertools.data.MessageRead'>
 - Indicates if the message has already been read
  
- subject = <class 'gdata.webmastertools.data.MessageSubject'>
 - Message subject
  
- wt_id = <class 'gdata.webmastertools.data.SiteId'>
 - Site URL
  
 
Methods inherited from gdata.data.GDEntry: 
- FindMediaLink = find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- GetId = get_id(self)
  
- IsMedia = is_media(self)
  
- find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- get_id(self)
  
- is_media(self)
  
 
Data and other attributes inherited from gdata.data.GDEntry: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
 
Data and other attributes inherited from atom.data.Entry: 
- content = <class 'atom.data.Content'>
 - The atom:content element.
  
- control = <class 'atom.data.Control'>
 - The app:control element indicating restrictions on publication.
 
  
The APP control element may contain a draft element indicating whether or 
not this entry should be publicly available.  
- published = <class 'atom.data.Published'>
 - The atom:published element.
  
- source = <class 'atom.data.Source'>
 - The atom:source element.
  
- summary = <class 'atom.data.Summary'>
 - The atom:summary element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class MessageLanguage(atom.core.XmlElement) |  
    
|     | 
Message language   |  
|   | 
- Method resolution order:
 
- MessageLanguage
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class MessageRead(atom.core.XmlElement) |  
    
|     | 
Indicates if the message has already been read   |  
|   | 
- Method resolution order:
 
- MessageRead
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class MessageSubject(atom.core.XmlElement) |  
    
|     | 
Message subject   |  
|   | 
- Method resolution order:
 
- MessageSubject
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class MessagesFeed(gdata.data.GDFeed) |  
    
|     | 
Describes a messages feed   |  
|   | 
- Method resolution order:
 
- MessagesFeed
 
- gdata.data.GDFeed
 
- atom.data.Feed
 
- atom.data.Source
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- entry = [<class 'gdata.webmastertools.data.MessageEntry'>]
  
 
Methods inherited from gdata.data.GDFeed: 
- GetId = get_id(self)
  
- get_generator(self)
  
- get_id(self)
  
 
Data and other attributes inherited from gdata.data.GDFeed: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
- items_per_page = <class 'gdata.data.ItemsPerPage'>
 - The opensearch:itemsPerPage element in GData feed.
  
- start_index = <class 'gdata.data.StartIndex'>
 - The opensearch:startIndex element in GData feed.
  
- total_results = <class 'gdata.data.TotalResults'>
 - opensearch:TotalResults for a GData feed.
  
 
Data and other attributes inherited from atom.data.Source: 
- generator = <class 'atom.data.Generator'>
 - The atom:generator element.
  
- icon = <class 'atom.data.Icon'>
 - The atom:icon element.
  
- logo = <class 'atom.data.Logo'>
 - The atom:logo element.
  
- subtitle = <class 'atom.data.Subtitle'>
 - The atom:subtitle element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class SiteEntry(gdata.data.GDEntry) |  
    
|     | 
Describes a site entry   |  
|   | 
- Method resolution order:
 
- SiteEntry
 
- gdata.data.GDEntry
 
- atom.data.Entry
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- indexed = <class 'gdata.webmastertools.data.Indexed'>
 - Describes the indexing status of a site
  
- last_crawled = <class 'gdata.webmastertools.data.LastCrawled'>
 - Describes the last crawled date of a site
  
- verification_method = [<class 'gdata.webmastertools.data.VerificationMethod'>]
  
- verified = <class 'gdata.webmastertools.data.Verified'>
 - Describes the verification status of a site
  
- wt_id = <class 'gdata.webmastertools.data.SiteId'>
 - Site URL
  
 
Methods inherited from gdata.data.GDEntry: 
- FindMediaLink = find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- GetId = get_id(self)
  
- IsMedia = is_media(self)
  
- find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- get_id(self)
  
- is_media(self)
  
 
Data and other attributes inherited from gdata.data.GDEntry: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
 
Data and other attributes inherited from atom.data.Entry: 
- content = <class 'atom.data.Content'>
 - The atom:content element.
  
- control = <class 'atom.data.Control'>
 - The app:control element indicating restrictions on publication.
 
  
The APP control element may contain a draft element indicating whether or 
not this entry should be publicly available.  
- published = <class 'atom.data.Published'>
 - The atom:published element.
  
- source = <class 'atom.data.Source'>
 - The atom:source element.
  
- summary = <class 'atom.data.Summary'>
 - The atom:summary element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class SiteId(atom.core.XmlElement) |  
    
|     | 
Site URL   |  
|   | 
- Method resolution order:
 
- SiteId
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapEntry(gdata.data.GDEntry) |  
    
|     | 
Describes a sitemap entry   |  
|   | 
- Method resolution order:
 
- SitemapEntry
 
- gdata.data.GDEntry
 
- atom.data.Entry
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- indexed = <class 'gdata.webmastertools.data.Indexed'>
 - Describes the indexing status of a site
  
- wt_id = <class 'gdata.webmastertools.data.SiteId'>
 - Site URL
  
 
Methods inherited from gdata.data.GDEntry: 
- FindMediaLink = find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- GetId = get_id(self)
  
- IsMedia = is_media(self)
  
- find_media_link(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- get_id(self)
  
- is_media(self)
  
 
Data and other attributes inherited from gdata.data.GDEntry: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
 
Data and other attributes inherited from atom.data.Entry: 
- content = <class 'atom.data.Content'>
 - The atom:content element.
  
- control = <class 'atom.data.Control'>
 - The app:control element indicating restrictions on publication.
 
  
The APP control element may contain a draft element indicating whether or 
not this entry should be publicly available.  
- published = <class 'atom.data.Published'>
 - The atom:published element.
  
- source = <class 'atom.data.Source'>
 - The atom:source element.
  
- summary = <class 'atom.data.Summary'>
 - The atom:summary element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class SitemapMobile(atom.core.XmlElement) |  
    
|     | 
Lists acceptable mobile markup languages for URLs in this sitemap   |  
|   | 
- Method resolution order:
 
- SitemapMobile
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- sitemap_mobile_markup_language = [<class 'gdata.webmastertools.data.SitemapMobileMarkupLanguage'>]
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapMobileMarkupLanguage(atom.core.XmlElement) |  
    
|     | 
Describes a markup language for URLs in this sitemap   |  
|   | 
- Method resolution order:
 
- SitemapMobileMarkupLanguage
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapNews(atom.core.XmlElement) |  
    
|     | 
Lists publication labels for this sitemap   |  
|   | 
- Method resolution order:
 
- SitemapNews
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- sitemap_news_publication_label = [<class 'gdata.webmastertools.data.SitemapNewsPublicationLabel'>]
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapNewsPublicationLabel(atom.core.XmlElement) |  
    
|     | 
Specifies the publication label for this sitemap   |  
|   | 
- Method resolution order:
 
- SitemapNewsPublicationLabel
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapType(atom.core.XmlElement) |  
    
|     | 
Indicates the type of sitemap. Not used for News or Mobile Sitemaps   |  
|   | 
- Method resolution order:
 
- SitemapType
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapUrlCount(atom.core.XmlElement) |  
    
|     | 
Indicates the number of URLs contained in the sitemap   |  
|   | 
- Method resolution order:
 
- SitemapUrlCount
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class SitemapsFeed(gdata.data.GDFeed) |  
    
|     | 
Describes a sitemaps feed   |  
|   | 
- Method resolution order:
 
- SitemapsFeed
 
- gdata.data.GDFeed
 
- atom.data.Feed
 
- atom.data.Source
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- entry = [<class 'gdata.webmastertools.data.SitemapEntry'>]
  
 
Methods inherited from gdata.data.GDFeed: 
- GetId = get_id(self)
  
- get_generator(self)
  
- get_id(self)
  
 
Data and other attributes inherited from gdata.data.GDFeed: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
- items_per_page = <class 'gdata.data.ItemsPerPage'>
 - The opensearch:itemsPerPage element in GData feed.
  
- start_index = <class 'gdata.data.StartIndex'>
 - The opensearch:startIndex element in GData feed.
  
- total_results = <class 'gdata.data.TotalResults'>
 - opensearch:TotalResults for a GData feed.
  
 
Data and other attributes inherited from atom.data.Source: 
- generator = <class 'atom.data.Generator'>
 - The atom:generator element.
  
- icon = <class 'atom.data.Icon'>
 - The atom:icon element.
  
- logo = <class 'atom.data.Logo'>
 - The atom:logo element.
  
- subtitle = <class 'atom.data.Subtitle'>
 - The atom:subtitle element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class SitesFeed(gdata.data.GDFeed) |  
    
|     | 
Describes a sites feed   |  
|   | 
- Method resolution order:
 
- SitesFeed
 
- gdata.data.GDFeed
 
- atom.data.Feed
 
- atom.data.Source
 
- atom.data.FeedEntryParent
 
- atom.core.XmlElement
 
- gdata.data.LinkFinder
 
- atom.data.LinkFinder
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- entry = [<class 'gdata.webmastertools.data.SiteEntry'>]
  
 
Methods inherited from gdata.data.GDFeed: 
- GetId = get_id(self)
  
- get_generator(self)
  
- get_id(self)
  
 
Data and other attributes inherited from gdata.data.GDFeed: 
- etag = '{http://schemas.google.com/g/2005}etag'
  
- items_per_page = <class 'gdata.data.ItemsPerPage'>
 - The opensearch:itemsPerPage element in GData feed.
  
- start_index = <class 'gdata.data.StartIndex'>
 - The opensearch:startIndex element in GData feed.
  
- total_results = <class 'gdata.data.TotalResults'>
 - opensearch:TotalResults for a GData feed.
  
 
Data and other attributes inherited from atom.data.Source: 
- generator = <class 'atom.data.Generator'>
 - The atom:generator element.
  
- icon = <class 'atom.data.Icon'>
 - The atom:icon element.
  
- logo = <class 'atom.data.Logo'>
 - The atom:logo element.
  
- subtitle = <class 'atom.data.Subtitle'>
 - The atom:subtitle element.
  
 
Methods inherited from atom.data.FeedEntryParent: 
- __init__(self, atom_id=None, text=None, *args, **kwargs)
  
 
Data and other attributes inherited from atom.data.FeedEntryParent: 
- author = [<class 'atom.data.Author'>]
  
- category = [<class 'atom.data.Category'>]
  
- contributor = [<class 'atom.data.Contributor'>]
  
- id = <class 'atom.data.Id'>
 - The atom:id element.
  
- link = [<class 'atom.data.Link'>]
  
- rights = <class 'atom.data.Rights'>
 - The atom:rights element.
  
- title = <class 'atom.data.Title'>
 - The atom:title element.
  
- updated = <class 'atom.data.Updated'>
 - The atom:updated element.
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 
Methods inherited from gdata.data.LinkFinder: 
- FindAclLink = find_acl_link(self)
  
- FindFeedLink = find_feed_link(self)
  
- FindHtmlLink = find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- FindPostLink = find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- FindPreviousLink = find_previous_link(self)
  
- GetAclLink = get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- GetFeedLink = get_feed_link(self)
  
- GetHtmlLink = get_html_link(self)
  
- GetPostLink = get_post_link(self)
  
- GetPreviousLink = get_previous_link(self)
  
- find_acl_link(self)
  
- find_feed_link(self)
  
- find_html_link(self)
 - Finds the first link with rel of alternate and type of text/html.
  
- find_post_link(self)
 - Get the URL to which new entries should be POSTed.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A str for the URL in the link with a rel matching the POST type.  
- find_previous_link(self)
  
- get_acl_link(self)
 - Searches for a link or feed_link (if present) with the rel for ACL.
  
- get_feed_link(self)
  
- get_html_link(self)
  
- get_post_link(self)
  
- get_previous_link(self)
  
 
Methods inherited from atom.data.LinkFinder: 
- FindAlternateLink = find_alternate_link(self)
  
- FindEditLink = find_edit_link(self)
  
- FindEditMediaLink = find_edit_media_link(self)
  
- FindLicenseLink = find_license_link(self)
  
- FindNextLink = find_next_link(self)
  
- FindSelfLink = find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- FindUrl = find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- GetAlternateLink = get_alternate_link(self)
  
- GetEditLink = get_edit_link(self)
  
- GetEditMediaLink = get_edit_media_link(self)
  
- GetLicenseLink = get_license_link(self)
  
- GetLink = get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- GetNextLink = get_next_link(self)
  
- GetSelfLink = get_self_link(self)
  
- find_alternate_link(self)
  
- find_edit_link(self)
  
- find_edit_media_link(self)
  
- find_license_link(self)
  
- find_next_link(self)
  
- find_self_link(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  A str containing the link's href or None if none of the links had rel 
  equal to 'self'  
- find_url(self, rel)
 - Returns the URL (as a string) in a link with the desired rel value.
  
- get_alternate_link(self)
  
- get_edit_link(self)
  
- get_edit_media_link(self)
  
- get_license_link(self)
  
- get_link(self, rel)
 - Returns a link object which has the desired rel value.
 
  
If you are interested in the URL instead of the link object, 
consider using find_url instead.  
- get_next_link(self)
  
- get_self_link(self)
  
 |    
 
  
class VerificationMethod(atom.core.XmlElement) |  
    
|     | 
Describes a verification method that may be used for a site   |  
|   | 
- Method resolution order:
 
- VerificationMethod
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- in_use = 'in-use'
  
- type = 'type'
  
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    
 
  
class Verified(atom.core.XmlElement) |  
    
|     | 
Describes the verification status of a site   |  
|   | 
- Method resolution order:
 
- Verified
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Methods inherited from atom.core.XmlElement: 
- FindChildren = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- FindExtensions = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- GetAttributes = get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- GetElements = get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- ToString = to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
- __init__(self, text=None, *args, **kwargs)
  
- __str__(self)
  
- get_attributes(self, tag=None, namespace=None, version=1)
 - Find all attributes which match the tag and namespace.
 
  
To find all attributes in this object, call get_attributes with the tag 
and namespace both set to None (the default). This method searches 
through the object's members and the attributes stored in 
_other_attributes which did not fit any of the XML parsing rules for this 
class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching attributes. 
  
Returns: 
  A list of XmlAttribute objects for the matching attributes.  
- get_elements(self, tag=None, namespace=None, version=1)
 - Find all sub elements which match the tag and namespace.
 
  
To find all elements in this object, call get_elements with the tag and 
namespace both set to None (the default). This method searches through 
the object's members and the elements stored in _other_elements which 
did not match any of the XML parsing rules for this class. 
  
Args: 
  tag: str 
  namespace: str 
  version: int Specifies the version of the XML rules to be used when 
           searching for matching elements. 
  
Returns: 
  A list of the matching XmlElements.  
- to_string(self, version=1, encoding=None, pretty_print=None)
 - Converts this object to XML.
  
 
Data descriptors inherited from atom.core.XmlElement: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
- attributes
 
 
- children
 
 
- extension_attributes
 
 
- extension_elements
 
 
- namespace
 
 
- tag
 
 
 
Data and other attributes inherited from atom.core.XmlElement: 
- text = None
  
 |    |