Class Zend_Service_Amazon_ResultSet

Description

Implements interfaces:

  • SeekableIterator (internal interface)

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

Located in /Service/Amazon/ResultSet.php (line 38)


	
			
Variable Summary
 DOMDocument $_dom
 DOMNodeList $_results
 DOMXPath $_xpath
Method Summary
 void __construct ( $dom)
 int key ()
 void next ()
 void rewind ()
 void seek (int $index)
 int totalPages ()
 int totalResults ()
 boolean valid ()
Variables
int $_currentIndex = 0 (line 66)

Current index for SeekableIterator

  • access: protected
DOMDocument $_dom (line 52)

Amazon Web Service Return Document

  • access: protected
DOMNodeList $_results = null (line 45)

A DOMNodeList of <Item> elements

  • access: protected
DOMXPath $_xpath (line 59)

XPath Object for $this->_dom

  • access: protected
Methods
Constructor __construct (line 74)

Create an instance of Zend_Service_Amazon_ResultSet and create the necessary data objects

  • access: public
void __construct ( $dom)
  • DOMDocument $dom
current (line 109)

Implement SeekableIterator::current()

  • access: public

Implementation of:
SeekableIterator::current
key (line 119)

Implement SeekableIterator::key()

  • access: public
int key ()

Implementation of:
SeekableIterator::key
next (line 129)

Implement SeekableIterator::next()

  • access: public
void next ()

Implementation of:
SeekableIterator::next
rewind (line 139)

Implement SeekableIterator::rewind()

  • access: public
void rewind ()

Implementation of:
SeekableIterator::rewind
seek (line 151)

Implement SeekableIterator::seek()

  • throws: OutOfBoundsException
  • access: public
void seek (int $index)
  • int $index

Implementation of:
SeekableIterator::seek
totalPages (line 98)

Total Number of pages returned

  • return: Total number of pages returned
  • access: public
int totalPages ()
totalResults (line 87)

Total Number of results returned

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

Implement SeekableIterator::valid()

  • access: public
boolean valid ()

Implementation of:
SeekableIterator::valid

Documentation generated on Sun, 27 May 2007 23:27:15 -0700 by phpDocumentor 1.3.2