Class CommonTagActions.Chained

  • All Implemented Interfaces:
    TagAction
    Enclosing class:
    CommonTagActions

    public static final class CommonTagActions.Chained
    extends java.lang.Object
    implements TagAction
    • Method Summary

      Modifier and Type Method Description
      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
    • 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