com.sun.syndication.io
インタフェース ModuleParser

既知のサブインタフェースの一覧:
DelegatingModuleParser
既知の実装クラスの一覧:
DCModuleParser, SyModuleParser

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.


メソッドの概要
 java.lang.String getNamespaceUri()
          Returns the namespace URI this parser handles.
 Module parse(Element element)
          Parses the XML node (JDOM element) extracting module information.
 

メソッドの詳細

getNamespaceUri

java.lang.String getNamespaceUri()
Returns the namespace URI this parser handles.

戻り値:
the namespace URI.

parse

Module parse(Element element)
Parses the XML node (JDOM element) extracting module information.

パラメータ:
element - the XML node (JDOM element) to extract module information from.
戻り値:
a module instance, null if the element did not have module information.