Uses of Interface
com.kohlschutter.boilerpipe.sax.TagAction
Packages that use TagAction
Package
Description
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of TagAction in com.kohlschutter.boilerpipe.sax
Classes in com.kohlschutter.boilerpipe.sax that implement TagActionModifier and TypeClassDescriptionstatic final classCommonTagActionsfor block-level elements, which triggers someLabelActionon the generatedTextBlock.static final classstatic final classfinal classAssigns labels for element CSS classes and ids to the correspondingTextBlock.Fields in com.kohlschutter.boilerpipe.sax declared as TagActionModifier and TypeFieldDescriptionprivate final TagActionCommonTagActions.Chained.t1private final TagActionCommonTagActions.Chained.t2static final TagActionCommonTagActions.TA_ANCHOR_TEXTMarks this tag as "anchor" (this should usually only be set for the<A>tag).static final TagActionCommonTagActions.TA_BLOCK_LEVELExplicitly marks this tag a simple "block-level" element, which always generates whitespacestatic final TagActionCommonTagActions.TA_BODYMarks this tag the body element (this should usually only be set for the<BODY>tag).static final TagActionCommonTagActions.TA_FONTSpecial TagAction for the<FONT>tag, which keeps track of the absolute and relative font size.static final TagActionCommonTagActions.TA_IGNORABLE_ELEMENTMarks this tag as "ignorable", i.e.static final TagActionCommonTagActions.TA_INLINEDeprecated.static final TagActionCommonTagActions.TA_INLINE_NO_WHITESPACEMarks this tag a simple "inline" element, which neither generates whitespace, nor a new block.static final TagActionCommonTagActions.TA_INLINE_WHITESPACEMarks this tag a simple "inline" element, which generates whitespace, but no new block.Fields in com.kohlschutter.boilerpipe.sax with type parameters of type TagActionMethods in com.kohlschutter.boilerpipe.sax with parameters of type TagActionModifier and TypeMethodDescriptionprotected voidTagActionMap.addTagAction(String tag, TagAction action) Adds a particularTagActionfor a given tag.protected voidTagActionMap.setTagAction(String tag, TagAction action) Sets a particularTagActionfor a given tag.Constructors in com.kohlschutter.boilerpipe.sax with parameters of type TagAction
CommonTagActions.TA_INLINE_WHITESPACEinstead