Package 

Class DefaultPublicationParser

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.readium.r2.streamer.parser.DefaultPublicationParser

        parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultPublicationParser

        DefaultPublicationParser(Context context, HttpClient httpClient, AssetRetriever assetRetriever, PdfDocumentFactory<?> pdfFactory, List<PublicationParser> additionalParsers)
        Parameters:
        httpClient - Service performing HTTP requests.
        assetRetriever - Opens assets in case of indirection.
        pdfFactory - Parses a PDF document, optionally protected by password.
        additionalParsers - Parsers used to open a publication, in addition to the default parsers.