com.sun.syndication.io.impl
Class ModuleParsers

java.lang.Object
  extended by com.sun.syndication.io.impl.PluginManager<ModuleParser>
      extended by com.sun.syndication.io.impl.ModuleParsers

public class ModuleParsers
extends PluginManager<ModuleParser>


Constructor Summary
ModuleParsers(String propertyKey, WireFeedParser parentParser)
           
 
Method Summary
 String getKey(ModuleParser obj)
           
 List<String> getModuleNamespaces()
           
 List<Module> parseModules(org.jdom2.Element root)
           
 
Methods inherited from class com.sun.syndication.io.impl.PluginManager
getKeys, getPlugin, getPluginMap, getPlugins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleParsers

public ModuleParsers(String propertyKey,
                     WireFeedParser parentParser)
Method Detail

getKey

public String getKey(ModuleParser obj)
Specified by:
getKey in class PluginManager<ModuleParser>

getModuleNamespaces

public List<String> getModuleNamespaces()

parseModules

public List<Module> parseModules(org.jdom2.Element root)


Copyright © 2004–2013 ROME Project. All rights reserved.