java.lang.Object
com.sun.syndication.io.impl.SyModuleParser
- All Implemented Interfaces:
- com.sun.syndication.io.ModuleParser
- public class SyModuleParser
- extends java.lang.Object
- implements com.sun.syndication.io.ModuleParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyModuleParser
public SyModuleParser()
getNamespaceUri
public java.lang.String getNamespaceUri()
- Description copied from interface:
com.sun.syndication.io.ModuleParser
- Returns the namespace URI this parser handles.
- Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleParser
getDCNamespace
private org.jdom.Namespace getDCNamespace()
parse
public com.sun.syndication.feed.module.Module parse(org.jdom.Element syndRoot)
- Description copied from interface:
com.sun.syndication.io.ModuleParser
- Parses the XML node (JDOM element) extracting module information.
- Specified by:
parse in interface com.sun.syndication.io.ModuleParser