Uses of Class
com.kohlschutter.boilerpipe.document.Image
Packages that use Image
Package
Description
The Boilerpipe document model.
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of Image in com.kohlschutter.boilerpipe.document
Classes in com.kohlschutter.boilerpipe.document that implement interfaces with type arguments of type ImageModifier and TypeClassDescriptionclassRepresents an Image resource that is contained in the document.Methods in com.kohlschutter.boilerpipe.document with parameters of type Image -
Uses of Image in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax with type parameters of type ImageModifier and TypeFieldDescriptionImageExtractor.Implementation.linksBufferImageExtractor.Implementation.linksHighlightMethods in com.kohlschutter.boilerpipe.sax that return types with arguments of type ImageModifier and TypeMethodDescriptionImageExtractor.process(TextDocument doc, String origHTML) Processes the givenTextDocumentand the original HTML text (as a String).ImageExtractor.process(TextDocument doc, InputSource is) Processes the givenTextDocumentand the original HTML text (as anInputSource).ImageExtractor.process(URL url, BoilerpipeExtractor extractor) Fetches the givenURLusingHTMLFetcherand processes the retrieved HTML using the specifiedBoilerpipeExtractor.