|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles. |
Module |
parse(org.jdom.Element element)
Parses the XML node (JDOM element) extracting module information. |
Method Detail |
---|
String getNamespaceUri()
Module parse(org.jdom.Element element)
element
- the XML node (JDOM element) to extract module information from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |