/** Get the owning document. */
 @InterfaceAudience.Public
 public Document getDocument() {
   return revision.getDocument();
 }