Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Http_Response $httpResponse) | |
Creates a new high-level EC2 response object. | |
getXPath () | |
Gets the XPath object for this response. | |
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://ec2.amazonaws.com/doc/2009-04-04/' | |
XML namespace used for EC2 responses. | |
__construct | ( | Zend_Http_Response | $httpResponse | ) |
Creates a new high-level EC2 response object.
Zend_Http_Response | $httpResponse | the HTTP response. |
getDocument | ( | ) |
Gets the document object for this response.
getNamespace | ( | ) |
Return the current set XML Namespace.
getXPath | ( | ) |
Gets the XPath object for this response.
setNamespace | ( | $namespace | ) |
Set a new XML Namespace.
string | $namespace |
|
protected |
XML namespace used for EC2 responses.