☰
DDOCs
DDN-DATA-XML
v3.0.0
/
ddn.data.xml.dom.node
/
XmlNode.nextSibling
🔍
☾
XmlNode.nextSibling
Nullable
!
XmlNode
nextSibling()
@property
@safe
Returns the next sibling of this node.
Returns
A
Nullable!XmlNode
containing the next sibling, or null if none.