public interface ModuleParser
ModuleParser instances must thread safe.
TODO: explain how developers can plugin their own implementations.
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom2.Element element,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
String getNamespaceUri()
Copyright © 2016. All rights reserved.