public static final class CommonTagActions.BlockTagLabelAction extends Object implements TagAction
CommonTagActions for block-level elements, which triggers some LabelAction on the generated
TextBlock.| Constructor and Description |
|---|
CommonTagActions.BlockTagLabelAction(LabelAction action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changesTagLevel() |
boolean |
end(BoilerpipeHTMLContentHandler instance,
String localName,
String qName) |
boolean |
start(BoilerpipeHTMLContentHandler instance,
String localName,
String qName,
Attributes atts) |
public CommonTagActions.BlockTagLabelAction(LabelAction action)
public boolean start(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts)
public boolean end(BoilerpipeHTMLContentHandler instance, String localName, String qName)
public boolean changesTagLevel()
changesTagLevel in interface TagActionCopyright © 2013-2014. All Rights Reserved.