Name

kxml.nexttag — Call kxml.next and return event if it is START_TAG or END_TAG otherwise throw an exception.

Synopsis

kxml.nexttag xmlParser

Description

Call kxml.nexttag and return event if it is START_TAG or END_TAG otherwise throw an exception.It will skip whitespace TEXT before actual tag if any.