-
- All Implemented Interfaces:
-
org.readium.r2.shared.publication.services.content.iterators.ResourceContentIteratorFactory
public final class HtmlResourceContentIterator.Factory implements ResourceContentIteratorFactory
-
-
Constructor Summary
Constructors Constructor Description HtmlResourceContentIterator.Factory()
-
Method Summary
Modifier and Type Method Description Content.Iteratorcreate(Manifest manifest, PublicationServicesHolder servicesHolder, Integer readingOrderIndex, Resource resource, MediaType mediaType, Locator locator)Creates a Content.Iterator instance for the resource, starting from the given locator. -
-
Method Detail
-
create
Content.Iterator create(Manifest manifest, PublicationServicesHolder servicesHolder, Integer readingOrderIndex, Resource resource, MediaType mediaType, Locator locator)
Creates a Content.Iterator instance for the resource, starting from the given locator.
Returns null if the resource media type is not supported.
-
-
-
-