|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.java.feednread.backend.exporter.OPMLExport
net.sourceforge.java.feednread.backend.exporter.NewsFeedFavoritesTreeOPMLExport
Exports the NewsFeedFavoriteTree i.e. its hierarchical
Category structure to an xml JDOM Document
which can on his part be exported to a extended OPML File. In difference to
the default OPMLExport it extends the opml format using
supplementally meta data, e.g. identification and auto refresh data.
| Field Summary |
| Fields inherited from class net.sourceforge.java.feednread.backend.exporter.OPMLExport |
|
| Constructor Summary | |
NewsFeedFavoritesTreeOPMLExport(Category root)
Creates a new NewsFeedFavoritesTreeOPMLExport bound to the
specified Category.
|
|
| Method Summary | |
protected void |
exportCategory(Category category,
Element parent)
Recursively exports the specified Category to
the specified parent Element.
|
protected void |
exportFavorite(Favorite favorite,
Element categoryOutline)
Exports the specified Favorite to the
specified categoryOutline Element.
|
| Methods inherited from class net.sourceforge.java.feednread.backend.exporter.OPMLExport |
doExport |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NewsFeedFavoritesTreeOPMLExport(Category root)
Creates a new NewsFeedFavoritesTreeOPMLExport bound to the
specified Category.
root - the Category to export| Method Detail |
protected void exportCategory(Category category,
Element parent)
Recursively exports the specified Category to
the specified parent Element.
exportCategory in class OPMLExportcategory - the Category to exportparent - the parent Element to export the
specified Category to
protected void exportFavorite(Favorite favorite,
Element categoryOutline)
Exports the specified Favorite to the
specified categoryOutline Element.
exportFavorite in class OPMLExportfavorite - the Favorite to exportcategoryOutline - the outline Element to
export the specified Favorite to
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||