Class SyModuleParser

    • Constructor Detail

      • SyModuleParser

        public SyModuleParser()
    • Method Detail

      • getNamespaceUri

        public String getNamespaceUri()
        Description copied from interface: ModuleParser
        Returns the namespace URI this parser handles.

        Specified by:
        getNamespaceUri in interface ModuleParser
        Returns:
        the namespace URI.
      • parse

        public Module parse​(org.jdom2.Element syndRoot,
                            Locale locale)
        Description copied from interface: ModuleParser
        Parses the XML node (JDOM element) extracting module information.

        Specified by:
        parse in interface ModuleParser
        Parameters:
        syndRoot - the XML node (JDOM element) to extract module information from.
        Returns:
        a module instance, null if the element did not have module information.