Class FOMParser

  • All Implemented Interfaces:
    org.apache.abdera.parser.Parser

    @Deprecated
    public class FOMParser
    extends org.apache.abdera.util.AbstractParser
    implements org.apache.abdera.parser.Parser
    Deprecated.
    • Constructor Detail

      • FOMParser

        public FOMParser()
        Deprecated.
      • FOMParser

        public FOMParser​(org.apache.abdera.Abdera abdera)
        Deprecated.
    • Method Detail

      • parse

        public <T extends org.apache.abdera.model.Element> org.apache.abdera.model.Document<T> parse​(InputStream in,
                                                                                                     String base,
                                                                                                     org.apache.abdera.parser.ParserOptions options)
                                                                                              throws org.apache.abdera.parser.ParseException
        Deprecated.
        Specified by:
        parse in interface org.apache.abdera.parser.Parser
        Overrides:
        parse in class org.apache.abdera.util.AbstractParser
        Throws:
        org.apache.abdera.parser.ParseException
      • parse

        public <T extends org.apache.abdera.model.Element> org.apache.abdera.model.Document<T> parse​(Reader in,
                                                                                                     String base,
                                                                                                     org.apache.abdera.parser.ParserOptions options)
                                                                                              throws org.apache.abdera.parser.ParseException
        Deprecated.
        Specified by:
        parse in interface org.apache.abdera.parser.Parser
        Throws:
        org.apache.abdera.parser.ParseException
      • parse

        public <T extends org.apache.abdera.model.Element> org.apache.abdera.model.Document<T> parse​(XMLStreamReader reader,
                                                                                                     String base,
                                                                                                     org.apache.abdera.parser.ParserOptions options)
                                                                                              throws org.apache.abdera.parser.ParseException
        Deprecated.
        Specified by:
        parse in interface org.apache.abdera.parser.Parser
        Throws:
        org.apache.abdera.parser.ParseException