Class AbstractTagHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginHandling​(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
      Callback to signal the start of handling giving the tag handler a chance for running intialization routines.
      void characters​(char[] ch, int start, int length)
      Callback to signal the encounter of character content within tags.
      void endElement​(java.lang.String uri, java.lang.String localName, java.lang.String qName)
      Callback to signal the encounter of a tag end.
      void endHandling​(java.lang.String uri, java.lang.String localName, java.lang.String qName)
      Callback to signal the end of handling giving the tag handler a chance for finalizing things.
      java.lang.Object getContent​(HTMLContentType htmlContentType)
      Gets the content of the type HTMLContentType
      java.util.List<PageComponent> getPageComponents()
      The list of page components that this provider provides.
      void setDesignImporterContext​(DesignImporterContext designImporterContext)
      Sets the design importer context
      void setPageBuilder​(PageBuilder pageBuilder)
      Setter for injecting the page builder which is used for building page components.
      void setTagHandlerProvider​(TagHandlerProvider tagHandlerProvider)  
      void startElement​(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
      Callback to signal the encounter of a tag start.
      boolean supportsContent​(HTMLContentType htmlContentType)
      Indicates whether the passed HTMLContentType is supported or not
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait