Class RSS091NetscapeParser

    • Constructor Detail

      • RSS091NetscapeParser

        public RSS091NetscapeParser()
      • RSS091NetscapeParser

        protected RSS091NetscapeParser​(String type)
    • Method Detail

      • isMyType

        public boolean isMyType​(org.jdom2.Document document)
        Description copied from interface: WireFeedParser
        Inspects an XML Document (JDOM) to check if it can parse it.

        It checks if the given document if the type of feeds the parser understands.

        Specified by:
        isMyType in interface WireFeedParser
        Overrides:
        isMyType in class RSS091UserlandParser
        Parameters:
        document - XML Document (JDOM) to check if it can be parsed by this parser.
        Returns:
        true if the parser know how to parser this feed, false otherwise.