nextToken

open fun nextToken(): Any

Get the next XML Token. These tokens are found inside of angle
brackets. It may be one of these characters: / > = ! ? or it
may be a string wrapped in single quotes or double quotes, or it may be a
name.

Return

a String or a Character.

Throws

If the XML is not well formed.