net.sourceforge.java.feednread.backend.exporter
Interface INewsFeedWatchesTreeExportIdentifiers

All Known Implementing Classes:
NewsFeedWatchesTreeExport, NewsFeedWatchesTreeImport

public interface INewsFeedWatchesTreeExportIdentifiers

Contains all identifiers used in the NewsFeedWatchesTree related import and export.

Author:
Sebastian Machhausen

Field Summary
static String CASE_SENSITIVE
           Identifier for a WatchSettingsEntry case sensitive Element
static Namespace DEFAULT_NAMESPACE
           The default Namespace to use
static String DESCRIPTION
           Identifier for a WatchFolder or Watch description Element
static String ELEMENTS
           Identifier for a watched elements group Element
static String ENTRY
           Identifier for a WatchSettingsEntry Element
static String FOLDER
           Identifier for a WatchFolder Element
static String GUID_ATTRIBUTE
           Identifier for a watched element's guid
static String ITEM
           Identifier for a watched element Element
static String KEYWORD
           Identifier for a WatchSettingsEntry keyword Element
static String SETTINGS
           Identifier for a WatchSettings group Element
static String TITLE_ATTRIBUTE
           Identifier for a WatchFolder or Watch title attribute
static String VERSION_ATTRIBUTE
           Identifier for the watch list version attribute
static String WATCH
           Identifier for a Watch Element
static String WATCH_LIST_ROOT
           Identifier for the watch list root element
static String WHOLE_WORD
           Identifier for a WatchSettingsEntry whole word Element
 

Field Detail

DEFAULT_NAMESPACE

public static final Namespace DEFAULT_NAMESPACE

The default Namespace to use


WATCH_LIST_ROOT

public static final String WATCH_LIST_ROOT

Identifier for the watch list root element

See Also:
Constant Field Values

FOLDER

public static final String FOLDER

Identifier for a WatchFolder Element

See Also:
Constant Field Values

WATCH

public static final String WATCH

Identifier for a Watch Element

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION

Identifier for a WatchFolder or Watch description Element

See Also:
Constant Field Values

SETTINGS

public static final String SETTINGS

Identifier for a WatchSettings group Element

See Also:
Constant Field Values

ELEMENTS

public static final String ELEMENTS

Identifier for a watched elements group Element

See Also:
Constant Field Values

ENTRY

public static final String ENTRY

Identifier for a WatchSettingsEntry Element

See Also:
Constant Field Values

KEYWORD

public static final String KEYWORD

Identifier for a WatchSettingsEntry keyword Element

See Also:
Constant Field Values

CASE_SENSITIVE

public static final String CASE_SENSITIVE

Identifier for a WatchSettingsEntry case sensitive Element

See Also:
Constant Field Values

WHOLE_WORD

public static final String WHOLE_WORD

Identifier for a WatchSettingsEntry whole word Element

See Also:
Constant Field Values

ITEM

public static final String ITEM

Identifier for a watched element Element

See Also:
Constant Field Values

VERSION_ATTRIBUTE

public static final String VERSION_ATTRIBUTE

Identifier for the watch list version attribute

See Also:
Constant Field Values

TITLE_ATTRIBUTE

public static final String TITLE_ATTRIBUTE

Identifier for a WatchFolder or Watch title attribute

See Also:
Constant Field Values

GUID_ATTRIBUTE

public static final String GUID_ATTRIBUTE

Identifier for a watched element's guid

See Also:
Constant Field Values