Searched refs:MATCH_TYPE_FIRST (Results 1 – 1 of 1) sorted by relevance
276 $results = $this->_walkPathUntil('parentNode', null, $selector, self::$MATCH_TYPE_FIRST);382 private static $MATCH_TYPE_FIRST = 1; variable404 …while ($node instanceof \DOMNode && ($matchType === self::$MATCH_TYPE_FIRST || !($node instanceof …411 if ($matchType == self::$MATCH_TYPE_FIRST || (!is_null($input) && $node->is($input))) {