private function QueryPathCssEventHandler::candidateList in QueryPath 7.2
Same name and namespace in other branches
- 6 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::candidateList()
- 7.3 QueryPath/CssEventHandler.php \QueryPathCssEventHandler::candidateList()
19 calls to QueryPathCssEventHandler::candidateList()
- QueryPathCssEventHandler::anyElement in QueryPath/
CssEventHandler.php - QueryPathCssEventHandler::anyElementInNS in QueryPath/
CssEventHandler.php - QueryPathCssEventHandler::attribute in QueryPath/
CssEventHandler.php - QueryPathCssEventHandler::attributeNS in QueryPath/
CssEventHandler.php - QueryPathCssEventHandler::element in QueryPath/
CssEventHandler.php
File
- QueryPath/
CssEventHandler.php, line 1067
Class
Code
private function candidateList() {
if ($this->findAnyElement) {
return $this
->getAllCandidates($this->matches);
}
return $this->matches;
}