Interface TagAction
- All Known Implementing Classes:
CommonTagActions.BlockTagLabelAction, CommonTagActions.Chained, CommonTagActions.InlineTagLabelAction, MarkupTagAction
public interface TagAction
Defines an action that is to be performed whenever a particular tag occurs during HTML parsing.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanend(BoilerpipeHTMLContentHandler instance, String localName, String qName) booleanstart(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts)
-
Method Details
-
start
boolean start(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts) throws SAXException - Throws:
SAXException
-
end
boolean end(BoilerpipeHTMLContentHandler instance, String localName, String qName) throws SAXException - Throws:
SAXException
-
changesTagLevel
boolean changesTagLevel()
-