Zend Framework
1.12
|
Public Member Functions | |
__construct ($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList) | |
Constructor. | |
getCssQuery () | |
Retrieve CSS Query. | |
getXpathQuery () | |
Retrieve XPath query. | |
getDocument () | |
Retrieve DOMDocument. | |
rewind () | |
Iterator: rewind to first element. | |
valid () | |
Iterator: is current position valid? | |
current () | |
Iterator: return current element. | |
key () | |
Iterator: return key of current element. | |
next () | |
Iterator: move to next element. | |
count () | |
Countable: get count. | |
Protected Attributes | |
$_count | |
$_cssQuery | |
$_document | |
$_nodeList | |
$_position = 0 | |
$_xpath | |
$_xpathQuery | |
__construct | ( | $cssQuery, | |
$xpathQuery, | |||
DOMDocument | $document, | ||
DOMNodeList | $nodeList | ||
) |
Constructor.
string | $cssQuery | |
string | array | $xpathQuery | |
DOMDocument | $document | |
DOMNodeList | $nodeList |
count | ( | ) |
Countable: get count.
current | ( | ) |
Iterator: return current element.
getCssQuery | ( | ) |
Retrieve CSS Query.
getDocument | ( | ) |
Retrieve DOMDocument.
getXpathQuery | ( | ) |
Retrieve XPath query.
key | ( | ) |
Iterator: return key of current element.
next | ( | ) |
Iterator: move to next element.
rewind | ( | ) |
Iterator: rewind to first element.
valid | ( | ) |
Iterator: is current position valid?
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |