convertDomTreeToJTree(Document document, boolean foldersOnly) Creates a JTree of BookmarkFolders and Bookmarks out of the DOM Tree which contains BookmarkFolders and Bookmarks.
Parameters: document - The DOM Tree which contains BookmarkFolders and Bookmarks. Parameters: foldersOnly - Convert and add only bookmarkFolders into JTree? If false also bookmarks will be added.
Method Detail
convertBookmarkDomNodeToBookmark
public static Bookmark convertBookmarkDomNodeToBookmark(Node bookmarkNode)(Code)
Parameters: bookmarkNode -
convertBookmarkFolderDomNodeToBookmarkFolder
public static BookmarkFolder convertBookmarkFolderDomNodeToBookmarkFolder(Node bookmarkFolderNode)(Code)
Creates a JTree of BookmarkFolders and Bookmarks out of the DOM Tree which contains BookmarkFolders and Bookmarks.
Parameters: document - The DOM Tree which contains BookmarkFolders and Bookmarks. Parameters: foldersOnly - Convert and add only bookmarkFolders into JTree? If false also bookmarks will be added. JTree of of BookmarkFolders and Bookmarks.