Package com.kohlschutter.boilerpipe.sax
Class CommonTagActions.InlineTagLabelAction
java.lang.Object
com.kohlschutter.boilerpipe.sax.CommonTagActions.InlineTagLabelAction
- All Implemented Interfaces:
TagAction
- Enclosing class:
CommonTagActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanend(BoilerpipeHTMLContentHandler instance, String localName, String qName) booleanstart(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts)
-
Field Details
-
action
-
-
Constructor Details
-
InlineTagLabelAction
-
-
Method Details
-
start
public boolean start(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts) -
end
-
changesTagLevel
public boolean changesTagLevel()- Specified by:
changesTagLevelin interfaceTagAction
-