Package com.logicaldoc.util.rss
Class FeedParser
- java.lang.Object
 - 
- com.logicaldoc.util.rss.FeedParser
 
 
- 
public class FeedParser extends Object
Parses an RSS feed- Since:
 - 6.1
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FeedParser(String feedUrl) 
 - 
 
- 
- 
Field Detail
- 
TITLE
public static final String TITLE
- See Also:
 - Constant Field Values
 
 
- 
DESCRIPTION
public static final String DESCRIPTION
- See Also:
 - Constant Field Values
 
 
- 
CHANNEL
public static final String CHANNEL
- See Also:
 - Constant Field Values
 
 
- 
LANGUAGE
public static final String LANGUAGE
- See Also:
 - Constant Field Values
 
 
- 
COPYRIGHT
public static final String COPYRIGHT
- See Also:
 - Constant Field Values
 
 
- 
LINK
public static final String LINK
- See Also:
 - Constant Field Values
 
 
- 
AUTHOR
public static final String AUTHOR
- See Also:
 - Constant Field Values
 
 
- 
ITEM
public static final String ITEM
- See Also:
 - Constant Field Values
 
 
- 
PUB_DATE
public static final String PUB_DATE
- See Also:
 - Constant Field Values
 
 
- 
GUID
public static final String GUID
- See Also:
 - Constant Field Values
 
 
- 
url
public final URL url
 
 - 
 
- 
Constructor Detail
- 
FeedParser
public FeedParser(String feedUrl)
 
 - 
 
 -