de.l3s.boilerpipe.sax
Class CommonTagActions.Chained
java.lang.Object
de.l3s.boilerpipe.sax.CommonTagActions.Chained
- All Implemented Interfaces:
- TagAction
- Enclosing class:
- CommonTagActions
public static final class CommonTagActions.Chained
- extends java.lang.Object
- implements TagAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonTagActions.Chained
public CommonTagActions.Chained(TagAction t1,
TagAction t2)
start
public boolean start(BoilerpipeHTMLContentHandler instance,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
- Specified by:
start
in interface TagAction
- Throws:
org.xml.sax.SAXException
end
public boolean end(BoilerpipeHTMLContentHandler instance,
java.lang.String localName,
java.lang.String qName)
throws org.xml.sax.SAXException
- Specified by:
end
in interface TagAction
- Throws:
org.xml.sax.SAXException
changesTagLevel
public boolean changesTagLevel()
- Specified by:
changesTagLevel
in interface TagAction