xml - Rewind Stax Cursor to a specific cursor location? -


i know stax pull parsing ... m wondering there possibility save root cursor location/context.. visit child cursor ...and later rewind root cursor saved location/context ?

thanks

nope, there no support doing in stax api, or in woodstox' extended api (stax2-api).

you use xmleventreader, store events, if helps. still more efficient re-parsing, although uses more memory holding on underlying xml content.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -