-
- All Implemented Interfaces:
-
org.readium.r2.shared.fetcher.ResourceContentExtractor
public final class HtmlResourceContentExtractor implements ResourceContentExtractor
ResourceContentExtractor implementation for HTML resources.
-
-
Constructor Summary
Constructors Constructor Description HtmlResourceContentExtractor()
-
Method Summary
Modifier and Type Method Description Try<String, Resource.Exception>extractText(Resource resource)Extracts the text content of the given resource. -
-
Method Detail
-
extractText
Try<String, Resource.Exception> extractText(Resource resource)
Extracts the text content of the given resource.
-
-
-
-