Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

$_xmlNamespace= ''http://ec2.amazonaws.com/doc/2009-04-04/''
XML namespace used for EC2 responses.
'http://ec2.amazonaws.com/doc/2009-04-04/'
Details
__construct(
\Zend_Http_Response $httpResponse
)
:
void
Creates a new high-level EC2 response object
Name | Type | Description |
---|---|---|
$httpResponse | \Zend_Http_Response | the HTTP response. |

getDocument(
)
:
\DOMDocument
Gets the document object for this response
Type | Description |
---|---|
\DOMDocument | the DOM Document for this response. |

getXPath(
)
:
\DOMXPath
Gets the XPath object for this response
Type | Description |
---|---|
\DOMXPath | the XPath object for response. |