com.sun.syndication.feed.module.georss
Class GeoRSSUtils

java.lang.Object
  extended by com.sun.syndication.feed.module.georss.GeoRSSUtils

public class GeoRSSUtils
extends java.lang.Object

static utility methods for georss.

Version:
$Id: GeoRSSUtils.java,v 1.4 2007/04/18 09:59:29 marcwick Exp $
Author:
Marc Wick

Constructor Summary
GeoRSSUtils()
           
 
Method Summary
static GeoRSSModule getGeoRSS(SyndEntry entry)
          This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoRSSUtils

public GeoRSSUtils()
Method Detail

getGeoRSS

public static GeoRSSModule getGeoRSS(SyndEntry entry)
This convenience method checks whether there is any geoRss Element and will return it (georss simple or W3GGeo).

Parameters:
entry - the element in the feed which might have a georss element
Returns:
a georssmodule or null if none is present