public class MediaModuleParser extends Object implements ModuleParser
Constructor and Description |
---|
MediaModuleParser() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
org.jdom2.Namespace |
getNS() |
Module |
parse(org.jdom2.Element mmRoot,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
public String getNamespaceUri()
ModuleParser
getNamespaceUri
in interface ModuleParser
public Module parse(org.jdom2.Element mmRoot, Locale locale)
ModuleParser
parse
in interface ModuleParser
mmRoot
- the XML node (JDOM element) to extract module information from.public org.jdom2.Namespace getNS()
Copyright © 2018. All rights reserved.