Class AbbrTagWorker

java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.SpanTagWorker
com.itextpdf.html2pdf.attach.impl.tags.AbbrTagWorker
All Implemented Interfaces:
IDisplayAware, ITagWorker

public class AbbrTagWorker extends SpanTagWorker
Tag worker class for the abbr element.
  • Constructor Details

    • AbbrTagWorker

      public AbbrTagWorker (com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
      Creates a new AbbrTagWorker instance.
      Parameters:
      element - the tag
      context - the context
  • Method Details

    • processContent

      public boolean processContent (String content, ProcessorContext context)
      Description copied from interface: ITagWorker
      Placeholder for what needs to be done while the content of a tag is being processed.
      Specified by:
      processContent in interface ITagWorker
      Overrides:
      processContent in class SpanTagWorker
      Parameters:
      content - the content of a node
      context - the processor context
      Returns:
      true, if content was successfully processed, otherwise false.
    • processEnd

      public void processEnd (com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
      Description copied from interface: ITagWorker
      Placeholder for what needs to be done after the content of a tag has been processed.
      Specified by:
      processEnd in interface ITagWorker
      Overrides:
      processEnd in class SpanTagWorker
      Parameters:
      element - the element node
      context - the processor context