getAnchorNextElement

fun Element.getAnchorNextElement(anchor: String): Element?

Return

the next sibling element of the anchor with the specified anchor name, or null if not found or no next sibling exists

See also