nextMeta

open fun nextMeta(): Any

Returns the next XML meta token. This is used for skipping over <!...>
and <?...?> structures.
 

Return

Syntax characters (< > / = ! ?) are returned as
 Character, and strings and names are returned as Boolean. We don't care
 what the values actually are.
 

Throws

If a string is not properly closed or if the XML is badly structured.