Like next() but also skips text nodes that contain only white space
next()
It only reports:
START_TAG
END_TAG
Other tokens throw exceptions
Useful for skipping practically ignorable whitespace.