Class SiblingDomNodeList

All Implemented Interfaces:
Iterable<DomNode>, Collection<DomNode>, List<DomNode>, SequencedCollection<DomNode>, DomNodeList<DomNode>, NodeList

class SiblingDomNodeList extends AbstractSequentialList<DomNode> implements DomNodeList<DomNode>
An implementation of DomNodeList that is much less expensive for iteration.