Uses of Class
com.kohlschutter.boilerpipe.sax.BoilerpipeHTMLContentHandler.Event
-
Packages that use BoilerpipeHTMLContentHandler.Event Package Description com.kohlschutter.boilerpipe.sax Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments. -
-
Uses of BoilerpipeHTMLContentHandler.Event in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax declared as BoilerpipeHTMLContentHandler.Event Modifier and Type Field Description private BoilerpipeHTMLContentHandler.EventBoilerpipeHTMLContentHandler. lastEventMethods in com.kohlschutter.boilerpipe.sax that return BoilerpipeHTMLContentHandler.Event Modifier and Type Method Description static BoilerpipeHTMLContentHandler.EventBoilerpipeHTMLContentHandler.Event. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BoilerpipeHTMLContentHandler.Event[]BoilerpipeHTMLContentHandler.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.
-