de.l3s.boilerpipe.sax
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.
- Author:
- Christian Kohlsch??tter
start
boolean start(BoilerpipeHTMLContentHandler instance,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
end
boolean end(BoilerpipeHTMLContentHandler instance,
java.lang.String localName,
java.lang.String qName)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
changesTagLevel
boolean changesTagLevel()