de.l3s.boilerpipe.sax
Interface TagAction
- All Known Implementing Classes:
- CommonTagActions.BlockTagLabelAction, CommonTagActions.Chained, CommonTagActions.InlineTagLabelAction
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