public class ContentModuleParser extends Object implements ModuleParser
Constructor and Description |
---|
ContentModuleParser()
Creates a new instance of ContentModuleParser
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
protected String |
getXmlInnerText(org.jdom2.Element e) |
Module |
parse(org.jdom2.Element element,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
public ContentModuleParser()
public String getNamespaceUri()
ModuleParser
getNamespaceUri
in interface ModuleParser
public Module parse(org.jdom2.Element element, Locale locale)
ModuleParser
parse
in interface ModuleParser
element
- the XML node (JDOM element) to extract module information from.protected String getXmlInnerText(org.jdom2.Element e)
Copyright © 2016. All rights reserved.