Uses of Interface
de.l3s.boilerpipe.sax.TagAction
Packages that use TagAction
Package
Description
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of TagAction in de.l3s.boilerpipe.sax
Classes in de.l3s.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 de.l3s.boilerpipe.sax declared as TagActionModifier and TypeFieldDescriptionstatic 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.Methods in de.l3s.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 de.l3s.boilerpipe.sax with parameters of type TagAction
CommonTagActions.TA_INLINE_WHITESPACEinstead