com.sun.syndication.propono.atom.common.rome
Class AppModuleParser

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

public class AppModuleParser
extends Object
implements 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
 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 ModuleParser

getContentNamespace

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


parse

public Module parse(org.jdom.Element elem)
Parse JDOM element into module

Specified by:
parse in interface ModuleParser