Class SupDecorator

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

public abstract class SupDecorator extends Object
Translates to wiki syntax from a SUP 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
    • markupSupOpen

      protected abstract String markupSupOpen()
      Opening wiki markup for a SUP element.
      Returns:
      Opening wiki markup for a SUP element.
    • markupSupClose

      protected abstract String markupSupClose()
      Closing wiki markup for a SUP element.
      Returns:
      Closing wiki markup for a SUP element.