|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.io
Interface ModuleParser

- public interface ModuleParser
Parses module metadata from a XML node (JDOM element).
ModuleParser instances must thread safe.
TODO: explain how developers can plugin their own implementations.
| Method Summary | |
java.lang.String |
getNamespaceUri()
Returns the namespace URI this parser handles. |
com.sun.syndication.feed.module.Module |
parse(org.jdom.Element element)
Parses the XML node (JDOM element) extracting module information. |
| Method Detail |
getNamespaceUri
public java.lang.String getNamespaceUri()
- Returns the namespace URI this parser handles.
parse
public com.sun.syndication.feed.module.Module parse(org.jdom.Element element)
- Parses the XML node (JDOM element) extracting module information.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC