|        |   | 
- atom.core.XmlElement(__builtin__.object)
 - 
- MediaCategory
 - MediaContent
 - MediaCopyright
 - MediaCredit
 - MediaDescription
 - MediaGroup
 - MediaHash
 - MediaKeywords
 - MediaPlayer
 - MediaRating
 - MediaRestriction
 - MediaText
 - MediaThumbnail
 - MediaTitle
  
 
 
 
 
  
class MediaCategory(atom.core.XmlElement) |  
    
|     | 
Describes a media category.   |  
|   | 
- Method resolution order:
 
- MediaCategory
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- label = 'label'
  
- scheme = 'scheme'
  
 
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 MediaContent(atom.core.XmlElement) |  
    
|     | 
Describes a media content.   |  
|   | 
- Method resolution order:
 
- MediaContent
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- bitrate = 'bitrate'
  
- category = [<class 'gdata.media.data.MediaCategory'>]
  
- channels = 'channels'
  
- copyright = <class 'gdata.media.data.MediaCopyright'>
 - Describes a media copyright.
  
- credit = [<class 'gdata.media.data.MediaCredit'>]
  
- description = <class 'gdata.media.data.MediaDescription'>
 - Describes a media description.
  
- duration = 'duration'
  
- expression = 'expression'
  
- file_size = 'fileSize'
  
- framerate = 'framerate'
  
- hash = <class 'gdata.media.data.MediaHash'>
 - Describes a media hash.
  
- height = 'height'
  
- is_default = 'isDefault'
  
- keywords = <class 'gdata.media.data.MediaKeywords'>
 - Describes a media keywords.
  
- language = 'language'
  
- medium = 'medium'
  
- player = <class 'gdata.media.data.MediaPlayer'>
 - Describes a media player.
  
- rating = [<class 'gdata.media.data.MediaRating'>]
  
- restriction = [<class 'gdata.media.data.MediaRestriction'>]
  
- samplingrate = 'samplingrate'
  
- text = [<class 'gdata.media.data.MediaText'>]
  
- thumbnail = [<class 'gdata.media.data.MediaThumbnail'>]
  
- title = <class 'gdata.media.data.MediaTitle'>
 - Describes a media title.
  
- type = 'type'
  
- url = 'url'
  
- width = 'width'
  
 
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
 
 
 |    
 
  
class MediaCopyright(atom.core.XmlElement) |  
    
|     | 
Describes a media copyright.   |  
|   | 
- Method resolution order:
 
- MediaCopyright
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- url = 'url'
  
 
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 MediaCredit(atom.core.XmlElement) |  
    
|     | 
Describes a media credit.   |  
|   | 
- Method resolution order:
 
- MediaCredit
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- role = 'role'
  
- scheme = 'scheme'
  
 
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 MediaDescription(atom.core.XmlElement) |  
    
|     | 
Describes a media description.   |  
|   | 
- Method resolution order:
 
- MediaDescription
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- 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 MediaGroup(atom.core.XmlElement) |  
    
|     | 
Describes a media group.   |  
|   | 
- Method resolution order:
 
- MediaGroup
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- category = [<class 'gdata.media.data.MediaCategory'>]
  
- content = [<class 'gdata.media.data.MediaContent'>]
  
- copyright = <class 'gdata.media.data.MediaCopyright'>
 - Describes a media copyright.
  
- credit = [<class 'gdata.media.data.MediaCredit'>]
  
- description = <class 'gdata.media.data.MediaDescription'>
 - Describes a media description.
  
- hash = <class 'gdata.media.data.MediaHash'>
 - Describes a media hash.
  
- keywords = <class 'gdata.media.data.MediaKeywords'>
 - Describes a media keywords.
  
- player = <class 'gdata.media.data.MediaPlayer'>
 - Describes a media player.
  
- rating = [<class 'gdata.media.data.MediaRating'>]
  
- restriction = [<class 'gdata.media.data.MediaRestriction'>]
  
- text = [<class 'gdata.media.data.MediaText'>]
  
- thumbnail = [<class 'gdata.media.data.MediaThumbnail'>]
  
- title = <class 'gdata.media.data.MediaTitle'>
 - Describes a media title.
  
 
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
 
 
 |    
 
  
class MediaHash(atom.core.XmlElement) |  
    
|     | 
Describes a media hash.   |  
|   | 
- Method resolution order:
 
- MediaHash
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- algo = 'algo'
  
 
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 MediaKeywords(atom.core.XmlElement) |  
    
|     | 
Describes a media keywords.   |  
|   | 
- Method resolution order:
 
- MediaKeywords
 
- 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 MediaPlayer(atom.core.XmlElement) |  
    
|     | 
Describes a media player.   |  
|   | 
- Method resolution order:
 
- MediaPlayer
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- height = 'height'
  
- url = 'url'
  
- width = 'width'
  
 
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 MediaRating(atom.core.XmlElement) |  
    
|     | 
Describes a media rating.   |  
|   | 
- Method resolution order:
 
- MediaRating
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- scheme = 'scheme'
  
 
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 MediaRestriction(atom.core.XmlElement) |  
    
|     | 
Describes a media restriction.   |  
|   | 
- Method resolution order:
 
- MediaRestriction
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- relationship = 'relationship'
  
- 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 MediaText(atom.core.XmlElement) |  
    
|     | 
Describes a media text.   |  
|   | 
- Method resolution order:
 
- MediaText
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- end = 'end'
  
- lang = 'lang'
  
- start = 'start'
  
- 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 MediaThumbnail(atom.core.XmlElement) |  
    
|     | 
Describes a media thumbnail.   |  
|   | 
- Method resolution order:
 
- MediaThumbnail
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- height = 'height'
  
- time = 'time'
  
- url = 'url'
  
- width = 'width'
  
 
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 MediaTitle(atom.core.XmlElement) |  
    
|     | 
Describes a media title.   |  
|   | 
- Method resolution order:
 
- MediaTitle
 
- atom.core.XmlElement
 
- __builtin__.object
 
 
 
Data and other attributes defined here: 
- 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
  
 |    |