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
Post a Comment