Uses of Class
com.kohlschutter.boilerpipe.labels.LabelAction
Packages that use LabelAction
Package
Description
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of LabelAction in com.kohlschutter.boilerpipe.labels
Subclasses of LabelAction in com.kohlschutter.boilerpipe.labelsModifier and TypeClassDescriptionfinal classAdds labels to aTextBlockif the given criteria are met. -
Uses of LabelAction in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax declared as LabelActionModifier and TypeFieldDescriptionprivate final LabelActionCommonTagActions.BlockTagLabelAction.actionprivate final LabelActionCommonTagActions.InlineTagLabelAction.actionFields in com.kohlschutter.boilerpipe.sax with type parameters of type LabelActionModifier and TypeFieldDescription(package private) LinkedList<LinkedList<LabelAction>> BoilerpipeHTMLContentHandler.labelStacksMethods in com.kohlschutter.boilerpipe.sax with parameters of type LabelActionModifier and TypeMethodDescriptionvoidBoilerpipeHTMLContentHandler.addLabelAction(LabelAction la) Constructors in com.kohlschutter.boilerpipe.sax with parameters of type LabelActionModifierConstructorDescriptionBlockTagLabelAction(LabelAction action) InlineTagLabelAction(LabelAction action)