Class SSE091Generator

    • Constructor Detail

      • SSE091Generator

        public SSE091Generator()
    • Method Detail

      • getNamespaces

        public Set<org.jdom2.Namespace> getNamespaces()
        Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.

        It is used by the the feed generators to add their namespace definition in the root element of the generated document (forward-missing of Java 5.0 Generics).

        Specified by:
        getNamespaces in interface ModuleGenerator
        Returns:
        a set with all the URIs (JDOM Namespace elements) this module generator uses.
      • generateSync

        protected void generateSync​(Sync sync,
                                    org.jdom2.Element parent)