Lines Matching refs:siblings
87 | [siblings()](#siblings) |
530 with its children (i.e. the current node and its siblings).
533 `unwrap()` on a `NodeList` containing two siblings, *two* parents will
561 on each level (any extra siblings are removed). The outermost node
606 if the other nodes operated on are not siblings of the first, they will
885 Return all siblings following each element node in the current set.
904 Return all siblings following each element node in the current set upto but not including the node …
1018 Return all siblings preceding each element node in the current set.
1036 Return all siblings preceding each element node in the current set upto but not including the node …
1050 #### siblings subsubsection
1053 NodeList siblings([[string|NodeList|\DOMNode|callable $selector = null])
1056 Return siblings of each element node in the current set.
1064 $siblings = $nodes->siblings();