org.rometools.feed.module.sse
Class SSE091Parser

java.lang.Object
  extended by org.rometools.feed.module.sse.SSE091Parser
All Implemented Interfaces:
com.sun.syndication.io.DelegatingModuleParser, com.sun.syndication.io.ModuleParser

public class SSE091Parser
extends Object
implements com.sun.syndication.io.DelegatingModuleParser

Parses embedded SSE content from RSS channel and item content.

Author:
ldornin

Constructor Summary
SSE091Parser()
          Creates a new instance of SSE091Parser
 
Method Summary
 String getNamespaceUri()
           
 com.sun.syndication.feed.module.Module parse(org.jdom.Element element)
           
 void setFeedParser(com.sun.syndication.io.WireFeedParser feedParser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSE091Parser

public SSE091Parser()
Creates a new instance of SSE091Parser

Method Detail

setFeedParser

public void setFeedParser(com.sun.syndication.io.WireFeedParser feedParser)
Specified by:
setFeedParser in interface com.sun.syndication.io.DelegatingModuleParser

getNamespaceUri

public 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


Copyright © 2013 ROME Project. All Rights Reserved.