Uses of Package
com.kohlschutter.boilerpipe.sax
-
Packages that use com.kohlschutter.boilerpipe.sax Package Description com.kohlschutter.boilerpipe.sax Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments. -
Classes in com.kohlschutter.boilerpipe.sax used by com.kohlschutter.boilerpipe.sax Class Description BoilerpipeHTMLContentHandler A simple SAXContentHandler, used byBoilerpipeSAXInput.BoilerpipeHTMLContentHandler.Event BoilerpipeHTMLParser A simple SAX Parser, used byBoilerpipeSAXInput.HTMLDocument AnInputSourceableforHTMLFetcher.HTMLHighlighter Highlights text blocks in an HTML document that have been marked as "content" in the correspondingTextDocument.HTMLHighlighter.Implementation HTMLHighlighter.TagAction ImageExtractor Extracts the images that are enclosed by extracted content.ImageExtractor.Implementation ImageExtractor.TagAction InputSourceable An InputSourceable can return an arbitrary number of newInputSources for a given document.TagAction Defines an action that is to be performed whenever a particular tag occurs during HTML parsing.TagActionMap Base class for definition a set ofTagActions that are to be used for the HTML parsing process.