com.sun.syndication.io
public interface ModuleParser
ModuleParser instances must thread safe.
TODO: explain how developers can plugin their own implementations.
| Method Summary | |
|---|---|
| String | getNamespaceUri()
Returns the namespace URI this parser handles.
|
| Module | parse(Element element)
Parses the XML node (JDOM element) extracting module information.
|
Returns: the namespace URI.
Parameters: element the XML node (JDOM element) to extract module information from.
Returns: a module instance, null if the element did not have module information.