Uses of Class
com.kohlschutter.boilerpipe.document.Image
-
Packages that use Image Package Description com.kohlschutter.boilerpipe.document The Boilerpipe document model.com.kohlschutter.boilerpipe.sax Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments. -
-
Uses of Image in com.kohlschutter.boilerpipe.document
Methods in com.kohlschutter.boilerpipe.document with parameters of type Image Modifier and Type Method Description intImage. compareTo(Image o) -
Uses of Image in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax with type parameters of type Image Modifier and Type Field Description private java.util.List<Image>ImageExtractor.Implementation. linksBuffer(package private) java.util.List<Image>ImageExtractor.Implementation. linksHighlightMethods in com.kohlschutter.boilerpipe.sax that return types with arguments of type Image Modifier and Type Method Description java.util.List<Image>ImageExtractor. process(TextDocument doc, java.lang.String origHTML)Processes the givenTextDocumentand the original HTML text (as a String).java.util.List<Image>ImageExtractor. process(TextDocument doc, org.xml.sax.InputSource is)Processes the givenTextDocumentand the original HTML text (as anInputSource).java.util.List<Image>ImageExtractor. process(java.net.URL url, BoilerpipeExtractor extractor)Fetches the givenURLusingHTMLFetcherand processes the retrieved HTML using the specifiedBoilerpipeExtractor.
-