Class StrikeDecorator


  • public abstract class StrikeDecorator
    extends java.lang.Object
    Translates to wiki syntax from a STRIKE element.
    • Method Detail

      • 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 java.lang.String markupStrikeOpen()
        Opening wiki markup for a STRIKE element.
        Returns:
        Opening wiki markup for a STRIKE element.
      • markupStrikeClose

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