Package de.l3s.boilerpipe.sax
Class CommonTagActions.InlineTagLabelAction
- java.lang.Object
-
- de.l3s.boilerpipe.sax.CommonTagActions.InlineTagLabelAction
-
- All Implemented Interfaces:
TagAction
- Enclosing class:
- CommonTagActions
public static final class CommonTagActions.InlineTagLabelAction extends java.lang.Object implements TagAction
-
-
Constructor Summary
Constructors Constructor Description InlineTagLabelAction(LabelAction action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanchangesTagLevel()booleanend(BoilerpipeHTMLContentHandler instance, java.lang.String localName, java.lang.String qName)booleanstart(BoilerpipeHTMLContentHandler instance, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
-
-
-
Constructor Detail
-
InlineTagLabelAction
public InlineTagLabelAction(LabelAction action)
-
-
Method Detail
-
start
public boolean start(BoilerpipeHTMLContentHandler instance, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
-
end
public boolean end(BoilerpipeHTMLContentHandler instance, java.lang.String localName, java.lang.String qName)
-
changesTagLevel
public boolean changesTagLevel()
- Specified by:
changesTagLevelin interfaceTagAction
-
-