Class MarkupTagAction

    • Constructor Summary

      Constructors 
      Constructor Description
      MarkupTagAction​(boolean isBlockLevel)  
    • 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
    • Constructor Detail

      • MarkupTagAction

        public MarkupTagAction​(boolean isBlockLevel)
    • 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