com.sun.syndication.io.impl
Class ModulesParser

java.lang.Object
  extended bycom.sun.syndication.io.impl.ModulesParser

public class ModulesParser
extends java.lang.Object


Constructor Summary
ModulesParser()
           
ModulesParser(java.lang.String defaultFile, java.lang.String fileProperty)
           
 
Method Summary
 java.util.List getFeedModuleNamespaces()
           
 java.util.List getItemModuleNamespaces()
           
 java.util.List parseFeedModules(org.jdom.Element root)
           
 java.util.List parseItemModules(org.jdom.Element root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulesParser

public ModulesParser()

ModulesParser

public ModulesParser(java.lang.String defaultFile,
                     java.lang.String fileProperty)
Method Detail

getFeedModuleNamespaces

public java.util.List getFeedModuleNamespaces()

getItemModuleNamespaces

public java.util.List getItemModuleNamespaces()

parseFeedModules

public java.util.List parseFeedModules(org.jdom.Element root)

parseItemModules

public java.util.List parseItemModules(org.jdom.Element root)


Copyright © 2004 Sun Microsystems. All Rights Reserved.