musixmatch.api.XMLResponseMessage Class Reference
Inheritance diagram for musixmatch.api.XMLResponseMessage:
Inheritance graph
Collaboration diagram for musixmatch.api.XMLResponseMessage:
Collaboration graph

Public Member Functions

def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
def __init__ (self, response)
 
def __str__ (self)
 
def status_code (self)
 
- Public Member Functions inherited from musixmatch.api.ResponseMessage
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 
def __init__ (self, response)
 
def status_code (self)
 
def __repr__ (self)
 

Detailed Description

A :py:class:`ResponseMessage` subclass which exposes
:py:class:`ElementTree` methods to handle XML response
messages. Parses the XML response message and build a
:py:class:`ElementTree` instance. Also setup the a
:py:class:`ResponseStatusCode` by querying the *status_code* tag content.

Casting a :py:class:`XMLResponseMessage` returns (actually re-builds) a
pretty printed string representing the XML API response message.

Definition at line 167 of file musixmatch-master/build/lib/musixmatch/api.py.

Constructor & Destructor Documentation

def musixmatch.api.XMLResponseMessage.__init__ (   self,
  response 
)
def musixmatch.api.XMLResponseMessage.__init__ (   self,
  response 
)

Definition at line 179 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.XMLResponseMessage.__init__ (   self,
  response 
)
def musixmatch.api.XMLResponseMessage.__init__ (   self,
  response 
)

Definition at line 179 of file Yading/musixmatch-master/musixmatch/api.py.

Member Function Documentation

def musixmatch.api.XMLResponseMessage.__str__ (   self)
def musixmatch.api.XMLResponseMessage.__str__ (   self)
def musixmatch.api.XMLResponseMessage.__str__ (   self)

Definition at line 182 of file Yading/musixmatch-master/musixmatch/api.py.

def musixmatch.api.XMLResponseMessage.__str__ (   self)

Definition at line 182 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.XMLResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 188 of file musixmatch-master/build/lib/musixmatch/api.py.

Referenced by musixmatch.api.XMLResponseMessage.status_code().

def musixmatch.api.XMLResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 188 of file musixmatch-master/musixmatch/api.py.

def musixmatch.api.XMLResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 188 of file Yading/musixmatch-master/build/lib/musixmatch/api.py.

def musixmatch.api.XMLResponseMessage.status_code (   self)
Overload :py:meth:`ResponseMessage.status_code`

Definition at line 188 of file Yading/musixmatch-master/musixmatch/api.py.


The documentation for this class was generated from the following file: