Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Results for DOM XPath query
int $_count = ''Number of results
Detailsstring $_cssQuery = ''CSS Selector query
DetailsDOMDocument $_document = ''
DetailsDOMNodeList $_nodeList = ''
Detailsint $_position = '0'Current iterator position
DetailsDOMXPath $_xpath = ''
Detailsstring $_xpathQuery = ''XPath query
Details__construct(
string $cssQuery, string|array $xpathQuery, DOMDocument $document, DOMNodeList $nodeList
)
:
voidConstructor
Detailscount(
)
:
intCountable: get count
Detailscurrent(
)
:
DOMElementIterator: return current element
DetailsgetCssQuery(
)
:
stringRetrieve CSS Query
DetailsgetDocument(
)
:
DOMDocumentRetrieve DOMDocument
DetailsgetXpathQuery(
)
:
stringRetrieve XPath query
Detailskey(
)
:
intIterator: return key of current element
Detailsnext(
)
:
voidIterator: move to next element
Detailsrewind(
)
:
voidIterator: rewind to first element
Detailsvalid(
)
:
boolIterator: is current position valid?
Details