Class StrikeDecorator

java.lang.Object
org.apache.wiki.htmltowiki.syntax.StrikeDecorator

public abstract class StrikeDecorator extends Object
Translates to wiki syntax from a STRIKE element.
  • Field Details

  • Constructor Details

  • Method Details

    • decorate

      public void decorate(org.jdom2.Element e) throws org.jdom2.JDOMException
      Translates the given XHTML element into wiki markup.
      Parameters:
      e - XHTML element being translated.
      Throws:
      org.jdom2.JDOMException
    • markupStrikeOpen

      protected abstract String markupStrikeOpen()
      Opening wiki markup for a STRIKE element.
      Returns:
      Opening wiki markup for a STRIKE element.
    • markupStrikeClose

      protected abstract String markupStrikeClose()
      Closing wiki markup for a STRIKE element.
      Returns:
      Closing wiki markup for a STRIKE element.