org.rometools.propono.atom.common.rome
Class AppModuleParser

java.lang.Object
  extended by org.rometools.propono.atom.common.rome.AppModuleParser
All Implemented Interfaces:
com.sun.syndication.io.ModuleParser

public class AppModuleParser
extends Object
implements com.sun.syndication.io.ModuleParser

Parses APP module information from a JDOM element and into AppModule form.


Constructor Summary
AppModuleParser()
           
 
Method Summary
 org.jdom.Namespace getContentNamespace()
          Get namespace of module
 String getNamespaceUri()
          Get URI of module namespace
 com.sun.syndication.feed.module.Module parse(org.jdom.Element elem)
          Parse JDOM element into module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppModuleParser

public AppModuleParser()
Method Detail

getNamespaceUri

public String getNamespaceUri()
Get URI of module namespace

Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleParser

getContentNamespace

public org.jdom.Namespace getContentNamespace()
Get namespace of module


parse

public com.sun.syndication.feed.module.Module parse(org.jdom.Element elem)
Parse JDOM element into module

Specified by:
parse in interface com.sun.syndication.io.ModuleParser


Copyright © 2007-2013 ROME Project. All Rights Reserved.