Home | History | Annotate | Download | only in gle2

Lines Matching defs:siblings

566      * Returns true iff the given elements are contiguous siblings
569 * @return true if the elements are contiguous siblings with no gaps
573 // All elements must be siblings (e.g. same parent)
584 // Ensure that the siblings are contiguous; no gaps.
587 List<Element> siblings = DomUtilities.getChildren((Element) parent);
588 if (siblings.size() != elements.size()) {
592 for (Element node : siblings) {