11 calls to Crawler::createSubCrawler() in Zircon Profile 8
- Crawler::children in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the children nodes of the current selection.
- 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::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::parents in vendor/
symfony/ dom-crawler/ Crawler.php - Returns the parents 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.