de.l3s.boilerpipe.sax
Class CommonTagActions.InlineTagLabelAction

java.lang.Object
  extended by de.l3s.boilerpipe.sax.CommonTagActions.InlineTagLabelAction
All Implemented Interfaces:
TagAction
Enclosing class:
CommonTagActions

public static final class CommonTagActions.InlineTagLabelAction
extends java.lang.Object
implements TagAction

CommonTagActions for inline elements, which triggers some LabelAction on the generated TextBlock.


Constructor Summary
CommonTagActions.InlineTagLabelAction(LabelAction action)
           
 
Method Summary
 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.InlineTagLabelAction

public CommonTagActions.InlineTagLabelAction(LabelAction action)
Method Detail

start

public boolean start(BoilerpipeHTMLContentHandler instance,
                     java.lang.String localName,
                     java.lang.String qName,
                     org.xml.sax.Attributes atts)
Specified by:
start in interface TagAction

end

public boolean end(BoilerpipeHTMLContentHandler instance,
                   java.lang.String localName,
                   java.lang.String qName)
Specified by:
end in interface TagAction