XmlSiblingExtension extension

on

Properties

nextElementSibling XmlElement?
Return the next element sibling of this node, or null.
no setter
nextSibling XmlNode?
Return the next sibling of this node, or null.
no setter
previousElementSibling XmlElement?
Return the previous element sibling of this node, or null.
no setter
previousSibling XmlNode?
Return the previous sibling of this node, or null.
no setter
siblingElements Iterable<XmlNode>
Returns an Iterable over the XmlElement siblings of this node. If the node has no parent or no siblings, return an empty collection.
no setter
siblings Iterable<XmlNode>
Returns an Iterable over the siblings of this node. If the node has no parent or no siblings, return a collection with just this node.
no setter