How to get revision of Run node using Java

Hi, Im working with aspose.words and need some help with revisions

I need to fetch the revision, while am visiting a Run ( public int visitRun(Run run)
for example:
if (run.isInsertRevision()) how can i get instance of that revision ?

@sarke

Please iterate over revisions and match the Run node with Revision.ParentNode to get the instance of desired revision.