Class BaseWireFeedParser

    • Constructor Detail

      • BaseWireFeedParser

        protected BaseWireFeedParser​(String type,
                                     org.jdom2.Namespace namespace)
    • Method Detail

      • parseFeedModules

        protected List<Module> parseFeedModules​(org.jdom2.Element feedElement,
                                                Locale locale)
      • parseItemModules

        protected List<Module> parseItemModules​(org.jdom2.Element itemElement,
                                                Locale locale)
      • parsePersonModules

        protected List<Module> parsePersonModules​(org.jdom2.Element itemElement,
                                                  Locale locale)
      • extractForeignMarkup

        protected List<org.jdom2.Element> extractForeignMarkup​(org.jdom2.Element e,
                                                               Extendable ext,
                                                               org.jdom2.Namespace namespace)
      • getAttribute

        protected org.jdom2.Attribute getAttribute​(org.jdom2.Element e,
                                                   String attributeName)
      • getAttributeValue

        protected String getAttributeValue​(org.jdom2.Element e,
                                           String attributeName)
      • getStyleSheet

        protected String getStyleSheet​(org.jdom2.Document doc)