Searched refs:_expressions (Results 1 – 1 of 1) sorted by relevance
101 private $_expressions = []; variable in PhpCss\\Ast\\Visitor\\Xpath600 $this->_expressions['position'] = 'position()';601 $this->_expressions['count'] = 'last()';606 $this->_expressions['position'] = '(last() - position() + 1)';607 $this->_expressions['count'] = 'count()';612 $this->_expressions['position'] = '(count(preceding-sibling::'.$this->_element.') + 1)';613 $this->_expressions['count'] = 'count(parent::*/'.$this->_element.')';618 $this->_expressions['position'] = '(count(following-sibling::'.$this->_element.') + 1)';619 $this->_expressions['count'] = 'count(parent::*/'.$this->_element.')';636 $expressionPosition = empty($this->_expressions['position'])[all …]