Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Service_Amazon_SimpleDb_Response Class Reference

Public Member Functions

 __construct (Zend_Http_Response $httpResponse)
 Creates a new high-level SimpleDB response object.
 
 getXPath ()
 Gets the XPath object for this response.
 
 getSimpleXMLDocument ()
 Gets the SimpleXML document object for this response.
 
 getHttpResponse ()
 Get HTTP response object.
 
 getDocument ()
 Gets the document object for this response.
 
 getNamespace ()
 Return the current set XML Namespace.
 
 setNamespace ($namespace)
 Set a new XML Namespace.
 

Protected Attributes

 $_xmlNamespace = 'http://sdb.amazonaws.com/doc/2009-04-15/'
 XML namespace used for SimpleDB responses.
 

Constructor & Destructor Documentation

__construct ( Zend_Http_Response  $httpResponse)

Creates a new high-level SimpleDB response object.

Parameters
Zend_Http_Response$httpResponsethe HTTP response.
Returns
void

Member Function Documentation

getDocument ( )

Gets the document object for this response.

Returns
DOMDocument the DOM Document for this response.
getHttpResponse ( )

Get HTTP response object.

Returns
Zend_Http_Response
getNamespace ( )

Return the current set XML Namespace.

Returns
string
getSimpleXMLDocument ( )

Gets the SimpleXML document object for this response.

Returns
SimpleXMLElement
getXPath ( )

Gets the XPath object for this response.

Returns
DOMXPath the XPath object for response.
setNamespace (   $namespace)

Set a new XML Namespace.

Parameters
string$namespace

Member Data Documentation

$_xmlNamespace = 'http://sdb.amazonaws.com/doc/2009-04-15/'
protected

XML namespace used for SimpleDB responses.