|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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. |
| メソッドの詳細 |
|---|
java.lang.String getNamespaceUri()
Module parse(Element element)
element - the XML node (JDOM element) to extract module information from.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||