DestinationData destinationData = new DestinationData(destination);
addOffDocumentItem(destinationData);
}
}
// process fo:bookmark-tree
BookmarkTree bookmarkTree = rootFObj.getBookmarkTree();
if (bookmarkTree != null) {
BookmarkData data = new BookmarkData(bookmarkTree);
addOffDocumentItem(data);
if (!data.isResolved()) {
// bookmarks did not fully resolve, add anyway. (hacky? yeah)