Hey there:

I'm using QXmlStreamReader to parse an XML document.
I'm using a QFile as QIODevice.

I can read next tokens.

But,
Is it possible to rewind back to a previous token ?

Thanks.