Class Zend_Service_Amazon_ResultSet

Description

Implements interfaces:

  • license: Zend
  • copyright: Copyright (c) 2005-2006 Zend Technologies Inc. (http://www.zend.com)

Located in /library/Zend/Service/Amazon/ResultSet.php (line 28)


	
			
Variable Summary
 DomDocument $_dom
 DomNodeList $_results
 DOMXpath $_xpath
Method Summary
 Zend_Service_Amazon_ResultSet __construct (DOMDocument $dom)
 int key ()
 void next ()
 boolean rewind ()
 int totalResults ()
 boolean valid ([int $item = null])
Variables
int $_currentItem = 0 (line 48)
  • var: Current Item
  • access: protected
DomDocument $_dom (line 38)
  • var: Amazon Web Service Return Document
  • access: protected
DomNodeList $_results (line 33)
  • var: A DomNodeList of <Item> elements
  • access: protected
DOMXpath $_xpath (line 43)
  • var: Xpath Object for $this->_dom
  • access: protected
Methods
Constructor __construct (line 55)

Create an instance of Zend_Service_Amazon_ResultSet and create the necessary data objects

  • access: public
Zend_Service_Amazon_ResultSet __construct (DOMDocument $dom)
  • DOMDocument $dom
current (line 79)

Implement SeekableIterator::current

  • access: public
key (line 89)

Implement SeekableIterator::key

  • access: public
int key ()
next (line 97)

Implement SeekableIterator::next

  • access: public
void next ()
rewind (line 107)

Implement SeekableIterator::rewind

  • access: public
boolean rewind ()
seek (line 120)

Implement SeekableIterator::sek

  • access: public
  • throws: Zend_Service_Exception
Zend_Service_Amazon_Item seek (int $item)
  • int $item
totalResults (line 68)

Total Number of results returned

  • return: Total number of results returned
  • access: public
int totalResults ()
valid (line 137)

Implement SeekableIterator::valid

  • access: public
boolean valid ([int $item = null])
  • int $item

Documentation generated on Wed, 08 Mar 2006 04:54:32 -0800 by phpDocumentor 1.3.0RC4