Class Zend_Service_Amazon_Ec2_Response

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Service/Amazon/Ec2/Response.php (line 35)


	
			
Variable Summary
Method Summary
 Zend_Service_Amazon_Ec2_Response __construct ( $httpResponse)
 DOMDocument getDocument ()
 string getNamespace ()
 DOMXPath getXPath ()
 void setNamespace (string $namespace)
Variables
mixed $_xmlNamespace = 'http://ec2.amazonaws.com/doc/2009-04-04/' (line 39)

XML namespace used for EC2 responses.

  • access: protected
Methods
Constructor __construct (line 83)

Creates a new high-level EC2 response object

  • access: public
Zend_Service_Amazon_Ec2_Response __construct ( $httpResponse)
getDocument (line 114)

Gets the document object for this response

  • return: the DOM Document for this response.
  • access: public
DOMDocument getDocument ()
getNamespace (line 148)

Return the current set XML Namespace.

  • access: public
string getNamespace ()
getXPath (line 93)

Gets the XPath object for this response

  • return: the XPath object for response.
  • access: public
DOMXPath getXPath ()
setNamespace (line 158)

Set a new XML Namespace

  • access: public
void setNamespace (string $namespace)
  • string $namespace

Documentation generated on Mon, 21 Jun 2010 15:42:24 -0400 by phpDocumentor 1.4.3