org.blojsom.plugin.syndication.module
Class BlojsomParser

java.lang.Object
  extended byorg.blojsom.plugin.syndication.module.BlojsomParser
All Implemented Interfaces:
com.sun.syndication.io.ModuleParser

public class BlojsomParser
extends java.lang.Object
implements com.sun.syndication.io.ModuleParser

Blojsom parser for ROME

Since:
blojsom 3.0
Version:
$Id: BlojsomParser.java,v 1.5 2007/01/17 02:35:06 czarneckid Exp $
Author:
David Czarnecki

Constructor Summary
BlojsomParser()
           
 
Method Summary
 java.lang.String getNamespaceUri()
           
 com.sun.syndication.feed.module.Module parse(org.jdom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlojsomParser

public BlojsomParser()
Method Detail

getNamespaceUri

public java.lang.String getNamespaceUri()
Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleParser

parse

public com.sun.syndication.feed.module.Module parse(org.jdom.Element element)
Specified by:
parse in interface com.sun.syndication.io.ModuleParser