Home
last modified time | relevance | path

Searched refs:MATCH_TYPE_FIRST (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DTraversalTrait.php276 $results = $this->_walkPathUntil('parentNode', null, $selector, self::$MATCH_TYPE_FIRST);
382 private static $MATCH_TYPE_FIRST = 1; variable
404 …while ($node instanceof \DOMNode && ($matchType === self::$MATCH_TYPE_FIRST || !($node instanceof …
411 if ($matchType == self::$MATCH_TYPE_FIRST || (!is_null($input) && $node->is($input))) {