The getNextElementSibling() method returns the next sibling element of the current node.
Description
public ElementNode::getNextElementSibling(): ?ElementInterface
Parameters
None
Return Value
Returns the next sibling element of the current node, or null if no such sibling exists.
Exceptions
None