13 calls to Crawler::createSubCrawler()
- Crawler::ancestors in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the ancestors of the current selection.
- Crawler::children in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the children nodes of the current selection.
- Crawler::closest in vendor/
symfony/ dom-crawler/ Crawler.php - Return first parents (heading toward the document root) of the Element that matches the provided selector.
- Crawler::each in vendor/
symfony/ dom-crawler/ Crawler.php - Calls an anonymous function on each node of the list.
- Crawler::eq in vendor/
symfony/ dom-crawler/ Crawler.php - Returns a node given its position in the node list.
- Crawler::evaluate in vendor/
symfony/ dom-crawler/ Crawler.php - Evaluates an XPath expression.
- Crawler::filterRelativeXPath in vendor/
symfony/ dom-crawler/ Crawler.php - Filters the list of nodes with an XPath expression.
- Crawler::filterXPath in vendor/
symfony/ dom-crawler/ Crawler.php - Filters the list of nodes with an XPath expression.
- Crawler::nextAll in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the next siblings nodes of the current selection.
- Crawler::previousAll in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the previous sibling nodes of the current selection.
- Crawler::reduce in vendor/
symfony/ dom-crawler/ Crawler.php - Reduces the list of nodes by calling an anonymous function.
- Crawler::siblings in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the siblings nodes of the current selection.
- Crawler::slice in vendor/
symfony/ dom-crawler/ Crawler.php - Slices the list of nodes by $offset and $length.