Package com.rometools.rome.io
Interface ModuleParser
-
- All Known Subinterfaces:
DelegatingModuleParser
- All Known Implementing Classes:
DCModuleParser,SyModuleParser
public interface ModuleParserParses module metadata from a XML node (JDOM element).ModuleParser instances must thread safe.
TODO: explain how developers can plugin their own implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespaceUri()Returns the namespace URI this parser handles.Moduleparse(org.jdom2.Element element, Locale locale)Parses the XML node (JDOM element) extracting module information.
-
-
-
Method Detail
-
getNamespaceUri
String getNamespaceUri()
Returns the namespace URI this parser handles.- Returns:
- the namespace URI.
-
-