org.rometools.feed.module.georss
Class W3CGeoGenerator

java.lang.Object
  extended by org.rometools.feed.module.georss.W3CGeoGenerator
All Implemented Interfaces:
com.sun.syndication.io.ModuleGenerator

public class W3CGeoGenerator
extends Object
implements com.sun.syndication.io.ModuleGenerator

W3CGeoGenerator produces georss elements in georss W3C geo format.

Version:
$Id: W3CGeoGenerator.java,v 1.3 2007/04/18 09:59:30 marcwick Exp $
Author:
Marc Wick

Constructor Summary
W3CGeoGenerator()
           
 
Method Summary
static void enableDefaultPointElement()
           
 void generate(com.sun.syndication.feed.module.Module module, org.jdom.Element element)
           
 Set getNamespaces()
           
 String getNamespaceUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

W3CGeoGenerator

public W3CGeoGenerator()
Method Detail

enableDefaultPointElement

public static void enableDefaultPointElement()

getNamespaceUri

public String getNamespaceUri()
Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleGenerator

getNamespaces

public Set getNamespaces()
Specified by:
getNamespaces in interface com.sun.syndication.io.ModuleGenerator

generate

public void generate(com.sun.syndication.feed.module.Module module,
                     org.jdom.Element element)
Specified by:
generate in interface com.sun.syndication.io.ModuleGenerator


Copyright © 2013 ROME Project. All Rights Reserved.