Lines Matching refs:NodeList
18 class NodeList extends NodeCollection class
62 public function collection(): NodeList {
76 public function result(NodeList $nodeList) {
81 * @return NodeList
83 public function reverse(): NodeList {
155 * @return NodeList
157 public function map(callable $function): NodeList {
202 * @param NodeList|array $elements
204 * @return NodeList
206 public function merge($elements = []): NodeList {
218 * @return NodeList
220 public function slice(int $start, int $end = null): NodeList {