|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (Zend_Http_Response $httpResponse) | |
| getXPath () | |
| getDocument () | |
| getNamespace () | |
| setNamespace ($namespace) | |
Protected Attributes | |
| $_xmlNamespace = 'http://ec2.amazonaws.com/doc/2009-04-04/' | |
Definition at line 35 of file Response.php.
| __construct | ( | Zend_Http_Response $ | httpResponse | ) |
Creates a new high-level EC2 response object
| Zend_Http_Response | $httpResponse | the HTTP response. |
Definition at line 83 of file Response.php.
| getDocument | ( | ) |
Gets the document object for this response
Definition at line 114 of file Response.php.

| getNamespace | ( | ) |
Return the current set XML Namespace.
Definition at line 148 of file Response.php.

| getXPath | ( | ) |
Gets the XPath object for this response
Definition at line 93 of file Response.php.

| setNamespace | ( | $ | namespace | ) |
$_xmlNamespace = 'http://ec2.amazonaws.com/doc/2009-04-04/' [protected] |
XML namespace used for EC2 responses.
Definition at line 39 of file Response.php.