com.sun.syndication.io.impl
Class ModuleParsers

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

public class ModuleParsers
extends PluginManager


Constructor Summary
ModuleParsers(java.lang.String propertyKey, WireFeedParser parentParser)
           
 
Method Summary
 java.lang.String getKey(java.lang.Object obj)
           
 java.util.List getModuleNamespaces()
           
private  boolean hasElementsFrom(Element root, Namespace namespace)
           
 java.util.List parseModules(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(java.lang.String propertyKey,
                     WireFeedParser parentParser)
Method Detail

getKey

public java.lang.String getKey(java.lang.Object obj)
Specified by:
getKey in class PluginManager

getModuleNamespaces

public java.util.List getModuleNamespaces()

parseModules

public java.util.List parseModules(Element root)

hasElementsFrom

private boolean hasElementsFrom(Element root,
                                Namespace namespace)


Copyright © Sun Microsystems. All Rights Reserved.