parseChangedRegions

fnOdfTextChangeRegion[] parseChangedRegions(XmlElement trackedChangesElem)

Iterates over the children of trackedChangesElem and extracts each text:changed-region with its id, change type, author, and timestamp.

Parameters

trackedChangesElemThe text:tracked-changes XML element.

Returns

An array of OdfTextChangeRegion entries. Returns an empty array

when trackedChangesElem is null.