de.l3s.boilerpipe.sax
Class CommonTagActions.Chained

java.lang.Object
  extended by 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


Constructor Summary
CommonTagActions.Chained(TagAction t1, TagAction t2)
           
 
Method Summary
 boolean changesTagLevel()
           
 boolean end(BoilerpipeHTMLContentHandler instance, java.lang.String localName, java.lang.String qName)
           
 boolean start(BoilerpipeHTMLContentHandler instance, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonTagActions.Chained

public CommonTagActions.Chained(TagAction t1,
                                TagAction t2)
Method Detail

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