Package com.rometools.modules.psc.io
Class PodloveSimpleChapterParser
- java.lang.Object
-
- com.rometools.modules.psc.io.PodloveSimpleChapterParser
-
- All Implemented Interfaces:
ModuleParser
public class PodloveSimpleChapterParser extends Object implements ModuleParser
The ModuleParser implementation for the Podlove Simple Chapter plug in.
-
-
Constructor Summary
Constructors Constructor Description PodloveSimpleChapterParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAttributeValue(org.jdom2.Element e, String attributeName)StringgetNamespaceUri()Moduleparse(org.jdom2.Element element, Locale locale)
-
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleParser
-
parse
public Module parse(org.jdom2.Element element, Locale locale)
- Specified by:
parsein interfaceModuleParser
-
-