Return a lazy Iterable of the nodes preceding this node in document order.
@override Iterable<XmlNode> get preceding => XmlPrecedingIterable(this);